Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 676 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 676 Bytes

Memory Networks

This project aims to reproduce the results of :

Weston, Jason, Sumit Chopra, and Antoine Bordes. "Memory networks." arXiv preprint arXiv:1410.3916 (2014).

link: http://arxiv.org/pdf/1410.3916v11.pdf

Memory Network general structure graph

You can download the data here: https://www.dropbox.com/s/q1u846xlit7w7ty/answers.wikia.p?dl=1

  • put the corpusfile in a new folder
  • run main.load_configuration() once, this will create a configration file: memory-networks.cfg
  • fit the corpus path in the configuration file
  • see: main.example() or run: "python create_corpus.py load loop"