Time-Series Prediction of Bitcoin Price Using LSTM's
Being a data scientist by profession and a part-time crypto trader by passion, I have been very interested in creating a Deep Learning model that could help me predict Bitcoin price. This article is based on the experimentation I did to create such a model. Long short term memory, or more popularly known as LSTM's, is a type of Recurrent Neural network that helps the model learn long-term sequences in the data set. Since my focus here is more on their usage, if you are interested in knowing more details about what LSTM's are and how they work, you can check out this great article that goes in-depth to explain all that. I imported the data onto my local drive and read it as a CSV using pandas. For this model I created fields to track the hour of the day and the weekday.
Mar-6-2021, 01:25:32 GMT