Hacker News new | ask | show | jobs
by jaruche 3769 days ago
I wonder what is the diference between a neural stack and An LSTM? Aren't both keeping a state?
1 comments

They are similar in that way. Typically an LSTM is used to control the neural stack... so the stack sortof "sits on top of" the LSTM's memory... allowing it to be (in theory) infinite.