Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (15 loc) · 2.61 KB

README.md

File metadata and controls

32 lines (15 loc) · 2.61 KB

Memory-Augmented Neural Networks

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

Other 3rd party implementations

  • python-babi: MemN2N implementation 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.