October 2018
Beginner
362 pages
9h 32m
English
Neural turing machines (NTM) are a form of RNN that were developed by Alex Graves of DeepMind in 2014. Instead of having an internal state such as an LSTM, NTMs have external memory, which increases their ability to handle complex computational tasks.
NTMs consist of two main components: a controller and a memory bank.
Provided there's enough memory, an NTM can replicate any algorithm by simply updating its own memory to reflect that algorithm. The architecture ...
Read now
Unlock full access