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

facebookarchive/MemNN

Repository files navigation

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.