Recurrent Neural Networks (RNN) untuk Pemodelan Bahasa dengan Keras
David Cecchini
Instructor
Arsitektur yang mungkin:
Generasi teks: contoh
# Model terlatih
model.generate_sheldon_phrase()
'knock knock. penny. do you have an epost is part in your expert,
too bealie to play the tariment with last night.'
Cara membangun model generasi teks:
Neural Machine Translation: contoh
# Model terlatih
model.translate("Vamos jogar futebol?")
'Let's go play soccer?'
Cara membangun model NMT:
Di bab ini:
Recurrent Neural Networks (RNN) untuk Pemodelan Bahasa dengan Keras