Understanding LSTM and its quick implementation in keras for sentiment analysis.
Long Short Term Memory networks, usually called "LSTMs", were introduced by Hochreiter and Schmiduber. These have widely been used for speech recognition, language modeling, sentiment analysis and text prediction. Before going deep into LSTM, we should first understand the need of LSTM which can be explained by the drawback of practical use of Recurrent Neural Network (RNN). So, lets start with RNN. Being human, when we watch a movie, we don't think from scratch every time while understanding any event.
Feb-22-2018, 12:20:40 GMT