Rețele Neuronale Recurente (RNN) pentru Modelare a Limbajului cu Keras
David Cecchini
Instructor
Arhitecturi posibile:
Generarea textului: exemplu
# Pre-trained model
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.'
Cum se construiesc modele de generare a textului:
Traducere automată neuronală: exemplu
# Pre-trained model
model.translate("Vamos jogar futebol?")
'Let's go play soccer?'
Cum se construiesc modele NMT:
În acest capitol:
Rețele Neuronale Recurente (RNN) pentru Modelare a Limbajului cu Keras