Neural Turing Machine. An AI model that learns to read, write, and remember information like a computer.

github.com/carpedm20/NTM-tensorflow

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2017
  • Merge pull request #29 from eugeneiiim/master
  • Small change to support TensorFlow 1.1.0
February 2017
  • length division error fix in python3. fix #24
January 2017
  • Support TensorFlow 0.12.head for now. Fix #23, #20
November 2016
  • Merge pull request #18 from carpedm20/fix
  • remove binary_cross_entropy_with_logits
  • fixed #17
  • fix #17 in progress
  • Merge pull request #15 from youknowone/continuous-training
  • continuous training
  • pep8
October 2016
  • Merge pull request #14 from youknowone/task-interface
  • Generalize task interface
  • Merge pull request #13 from youknowone/checkpoint-dirname
  • Merge pull request #12 from youknowone/tf-0.11
  • Use task name for checkpoint directory (not 'copy')
  • Bump up to tensorflow 0.11
July 2016
  • Fix gradient None check. fix #7
May 2016
  • Merge pull request #6 from alexbw/master
  • Remove num_decoder_symbols args