Skip to Content
Hands-On Meta Learning with Python
book

Hands-On Meta Learning with Python

by Sudharsan Ravichandiran
December 2018
Beginner to intermediate
226 pages
7h 59m
English
Packt Publishing
Content preview from Hands-On Meta Learning with Python

Chapter 5: Memory-Augmented Neural Networks

  1. NTM is an interesting algorithm that has the ability to store and retrieve information from memory. The idea of NTM is to augment the neural network with external memory—that is, instead of using hidden states as memory, it uses external memory to store and retrieve information. 
  2. The controller is basically a feed-forward neural network or recurrent neural network. It reads from and writes to memory.
  3. The read head and write head are the pointers containing addresses of the memory that it has to read from and write to.
  4. The memory matrix or memory bank, or simply the memory, is where we will store the information. Memory is basically a two-dimensional matrix composed of memory cells. The memory matrix ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On One-shot Learning with Python

Hands-On One-shot Learning with Python

Shruti Jadon, Ankush Garg
Hands-On Transfer Learning with Python

Hands-On Transfer Learning with Python

Dipanjan Sarkar, Raghav Bali, Tamoghna Ghosh
Python Deep Learning Projects

Python Deep Learning Projects

Matthew Lamons, Rahul Kumar, Abhishek Nagaraja
Advanced Deep Learning with Keras

Advanced Deep Learning with Keras

Rowel Atienza, Neeraj Verma, Valerio Maggio

Publisher Resources

ISBN: 9781789534207Supplemental Content