Hands-On One-shot Learning with Python by Shruti Jadon

Hands-On One-shot Learning with Python by Shruti Jadon

Author:Shruti Jadon [Shruti Jadon]
Language: eng
Format: epub
Tags: COM004000 - COMPUTERS / Intelligence (AI) and Semantics, COM044000 - COMPUTERS / Neural Networks, COM037000 - COMPUTERS / Machine Theory
Publisher: Packt Publishing
Published: 2020-04-10T04:08:18+00:00


Memory-augmented neural networks

The goal of MANNs is to excel at one-shot learning tasks. The NMT controller, as we read earlier, uses both content-based addressing and location-based addressing. On the other hand, the MANN controller uses only content-based addressing. There are two reasons for this. One reason is that location-based addressing is not required for one-shot learning tasks. In this task, for a given input, there are only two actions that a controller might need to take and both actions are content dependent and not location dependent. One action is taken when the input is very similar to a previously seen input, in which case we can update the current contents of the memory. The other action is taken when the current input is not similar to previously seen inputs, in which case we don't want to overwrite the recent information; instead, we write to the least-used memory location. The memory module, in this case, is called the least recently used access (LRUA) module.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.