Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 476 Bytes

File metadata and controls

5 lines (4 loc) · 476 Bytes

stock price prediction using LSTM

in this tutorial, we will be performing stock price forecasting on the google stock using one of the famous RNN : LSTM

(check the jupyter notebook for code)

if you want an in depth explination about how this technique is performed, I invite you to check my medium post about it , where i explain step by step how you could easily do this.