top of page

This is a Deep learning project to predict Ethereum price. It uses LSTM networks to predict the price for four days. The data I used for the training and testing process is from a Kaggle dataset.
The provided data is updated until May. 2021. Because the price goes up to 4000$ on the latest days and my data was limited to May. 2021, I decided to use 95% of the data for training and the rest for testing. The biggest limitation is its four days prediction. It can be improved to become functional.
See my code on Github: https://github.com/soroushtou/Ethereum-Price-Prediction
Kaggle dataset link: https://www.kaggle.com/tanmay1710/ethereum-price-trend-historical-data




bottom of page