Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 878 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 878 Bytes

End-To-End Memory Networks in Tensorflow applied to Sequential Modelling

This is a Tensorflow implementation of the End-to-End Memory Network applied to Sequential Modelling of Facebook comments.

Data

The data is already available in data.tar.gz and must be uncompressed in the data/ folder.

Running the code

To train the Memory Network, simply run the following command:

$ python3 main.py

Different options can be set as arguments and are described as comments of the main.py file.

Evaluation

We achieve the following performance:

Network Perplexity
MN 121.45

Author

Rémi Vincent / @remeus