Skip to content
/ SeqMod Public

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

Notifications You must be signed in to change notification settings

remeus/SeqMod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages