Kerasで学ぶ言語モデリングのためのRecurrent Neural Networks (RNNs)
David Cecchini
Instructor
想定アーキテクチャ:
テキスト生成: 例
# 事前学習モデル
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.'
テキスト生成モデルの作り方:
ニューラル機械翻訳: 例
# 事前学習モデル
model.translate("Vamos jogar futebol?")
'Let's go play soccer?'
NMTモデルの作り方:
この章で学ぶこと:
Kerasで学ぶ言語モデリングのためのRecurrent Neural Networks (RNNs)