Learn Before
Concept
NTMs vs LSTMs
In terms of training time NTM is not better than LSTM. Furthermore, there are lot's of things going inside NTM which requires more iterations than we would need for LSTM. In terms of performance, NTM is more likely to beat the LSTM. Theoretically, NTMs can have an infinite memory across timestamps, thus they are good when we have large data (this might not be true in practice). However, if we have smaller data LSTMs can be a better choice. Therefore depending on the task and the amount of input NTM can be better than LSTM.
0
1
Updated 2020-10-25
Tags
Data Science