Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.29 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.29 KB

Memory Networks

This project contains implementations of memory networks. This includes code in the following subdirectories:

Other 3rd party implementations

  • python-babi: MemN2N implemenation on bAbI tasks with very nice interactive demo.
  • theano-babi: MemN2N implementation in Theano for bAbI tasks.
  • tf-lang: MemN2N language model implementation in TensorFlow.
  • tf-babi: Another MemN2N implementation of MemN2N in TensorFlow, but for bAbI tasks.