June 2020
Intermediate to advanced
364 pages
13h 56m
English
The writing operation takes inspiration from the input and forget gates of LSTMs, where some information is erased and then replaced (or added).
The memory is then updated using two formulas, the first of which erases the memory and the second of which adds memory:

Here,
is the erase vector, at is the add vector, and 1 is a vector containing only ones. From these equations, we can see that the memory at a specific location is only ...