Skip to content

The implementation and description of models to predict the Bitcoin trend in the scope of Numerical Analysis for Machine Learning course at Politecnico di Milano A.Y. 2021/2022

Notifications You must be signed in to change notification settings

PieroRendina/bitcoin-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin price prediction using LSTM based models.

Team Members

Dataset

The dataset is drawn through the Yahoo API

Models

The project deals with the full implementation, training and testing of machine learning models to forecast the Bitcoin trends.
The models are inspired by scientific papers and their training configuration is the result of endless trials and errors. They belong to two different classes known as:

  • sequence-to-vector models: prediction of the Bitcoin closing price one time-step ahead after having inspected a window of n consecutive time-steps
  • sequence-to-sequence models: prediction of the Bitcoin closing price trend over one time-span ahead after having inspected a window of n consecutive time-steps

Contents

For a more detailed description of the development process, the training and the testing of the models, please refer to the notebook and to the report.

About

The implementation and description of models to predict the Bitcoin trend in the scope of Numerical Analysis for Machine Learning course at Politecnico di Milano A.Y. 2021/2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published