Rekurencyjne sieci neuronowe (RNN) do modelowania języka w Keras
David Cecchini
Instructor
Możliwe architektury:
Generowanie tekstu: przykład
# 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.'
Jak budować modele generowania tekstu:
Neuronowe tłumaczenie maszynowe: przykład
# Pre-trained model
model.translate("Vamos jogar futebol?")
'Let's go play soccer?'
Jak budować modele NMT:
W tym rozdziale:
Rekurencyjne sieci neuronowe (RNN) do modelowania języka w Keras