Predicting stock close price of a company using LSTM and GRU.
I use unilever stock price in Indonesia for this one, you can use another stock price you like.
Here is the final result: (Perfomence could be improved by modifying the neural netowk and adjusting the parameters)
run main.py and adjust your csv file path name
Metrics | LSTM | GRU |
---|---|---|
MSE | 0.0067 | 0.0045 |
Keras
Python 3
Pandas
Sklearn
Pandas
Matplotlib