Generating text via SimpleRNN
I was able to undersand the basic idea behind RNN after working through an example from the book by Antonio Gulli.
I was able to undersand the basic idea behind RNN after working through an example from the book by Antonio Gulli.
I was puzzled with the way LSTMs were used to do sentiment analysis. Finally the book by Antonio Gulli helped me understand the mechanics of the LSTM.