PyTorch-MNIST-Tutorial/ ├── LICENSE ├── model.pth ├── model.py ├── README.md ├── test.py ├── train.py ├── utils.py ├── demo.py ├── mnist_train.csv └── mnist_test.csv ...
In this project we used Transformers architecture - encoder-decoder, to predict Bitcoin value into a chosen future horizon. Our raw data holds almost 1 year of Bitcoin prices per minute (closing, ...