What I learnt about LSTM.
LSTM’s can learn from its input sequence when to use short term dependency and when to use long term dependency.
In short term dependency it decides to clear the cell state.
In long term dependency it decides not to clear the cell state.
LSTM’s cont...
monojit13.hashnode.dev2 min read