Keras로 배우는 언어 모델링을 위한 순환 신경망(RNN)
David Cecchini
Instructor
가능한 구조:
텍스트 생성: 예시
# 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.'
텍스트 생성 모델 구축 방법:
신경망 기계번역: 예시
# Pre-trained model
model.translate("Vamos jogar futebol?")
'Let's go play soccer?'
NMT 모델 구축 방법:
이 장에서:
Keras로 배우는 언어 모델링을 위한 순환 신경망(RNN)