Project 4 Coins price prediction with LSTM model.
By PGP
-
How to predict future price for cryptocurrency assets?
-
For this project, I will use my 6 favourite coins.
-
The first task is to collect current coin data from yahoo finance using yahoo API. I’m going to focus on the last 2 year period.
-
I will provide important coin statistics that will give useful information about each coin project. In the next step I will create useful visualisations for close day prices and price changes.
-
Code in this notebook is a partially scalable. The list of coins, the period of data collection can be easy change to run code.
Link to full project below:

GitHub Repository for this Project