Learn Before
Concept
Writing (NTM Architecture)
Each write is decomposed into two parts: erase and add.
We have erase vector (its M elements lie in range (0, 1))and which is emitted by write head, memory vectors are changed as it is written in the given formula: As it is clear from the formula if at the location both weight and erase are equal to one than we reset them to 0. In other cases we don't change the memory.
After erase we also have add vector that is added to our memory:
0
1
Updated 2020-10-24
Tags
Data Science