cyrilou242 / NLP-experiment-1

Simple sequence-to-sequence model with Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLP-experiment-1

Simple sequence-to-sequence model with Keras

Source document

https://blog.keras.io/a-ten-minute-introduction-to-sequence-to-sequence-learning-in-keras.html

Original source code

https://github.com/keras-team/keras/blob/master/examples/lstm_seq2seq.py

Comments

No source code modification for the moment. Separated some parts in the notebook to make it more readable and emphasize the LSTM models set-up.

WARNING

The notbeook was made on PyCharm with a specific configuration and may not be compatible with the default Jupyter configuration.

About

Simple sequence-to-sequence model with Keras


Languages

Language:Jupyter Notebook 100.0%