Learn Before
Concept

Controller Network

The most important architectural choice of the NTMs is the type of the neural network that would be used as a controller. More precisely, we have to decide whether we want to use feedforward or recurrent network. "If one compares the controller to the central processing unit in a digital computer (albeit with adaptive rather than predefined instructions) and the memory matrix to RAM, then the hidden activations of the recurrent controller are akin to the registers in the processor" It is interesting that if we choose feedforward networks as a controller we can mimic RNNs by reading and writing at the same location at every time step.

0

1

Updated 2020-10-21

Tags

Data Science