anshulsingh8101 / Tiingo-stock-using-Stacked-LSTM

Made the stock prices to be predicted from a 5 years dataset from TIINGO of APPLE company and worked on the next 30-day prediction. The final output made after applying 3 stacked layers of LSTM and a dense layer gave me a model with a rmse value of 284.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiingo-stock-prediction-using-Stacked-LSTM

Made the stocks prices to be predicted for a 5 years dataset from TIINGO of APPLE company and worked on the next 30 day prediction...

The input of the dataset looked like this.

alt text

The final output made after applying 3 stacked layers of LSTM and a dense layer gave us a model with a rmse value of 284.

The final predicted plot looked somthing like this.

alt text

About

Made the stock prices to be predicted from a 5 years dataset from TIINGO of APPLE company and worked on the next 30-day prediction. The final output made after applying 3 stacked layers of LSTM and a dense layer gave me a model with a rmse value of 284.


Languages

Language:Jupyter Notebook 100.0%