DEV Community

Cover image for Google Stock Price Prediction Using LSTM-RNN
Gaurav Singh
Gaurav Singh

Posted on

Google Stock Price Prediction Using LSTM-RNN

Recurrent Neural Networks can Memorize/remember previous inputs in-memory When a huge set of Sequential data is given to it.
These loops make recurrent neural networks seem kind of mysterious. However, if you think a bit more, it turns out that they aren’t all that different than a normal neural network. A recurrent neural network can be thought of as multiple copies of the same network, each passing a message to a successor.

Made Google Stock Price Predictor

Alt Text
Github Link

Top comments (0)