Skip to content

An attempt at replicating "Neural Turing Machines" in Keras.

License

Notifications You must be signed in to change notification settings

roczpwu/NTM-Keras

 
 

Repository files navigation

Neural Turing Machines

An attempt at replicating "Neural Turing Machines" (by Alex Graves, Greg Wayne, and Ivo Danihelka) in Keras.

Prerequisties

Results

Copy alt_tag NTM Memory Use During the Copy Task alt_tag

Repeat Copy (in progress)

Associative Recall (in progress)

Dynamic N-Grams (in progress)

Priority Sort (in progress)

Usage

To train a copy task:

    $ python main.py

Other NTM Implementations

Future works

  • Training NTM to learning repeat copy.
  • Training NTM to learning associative recall.
  • Training NTM to learning dynamical n-grams.
  • Training NTM to learning priority sort.
  • Using NTM for other natural language processing tasks such as neural language model.

Author

Zhibin Quan / @SigmaQuan

About

An attempt at replicating "Neural Turing Machines" in Keras.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%