Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rasimandiran/matlab-crypto-lstm
Basic app with GUI that you can check out the data, set hyperparameters and train your model on selected dataset and make a backtest. Learning purposes only.
https://github.com/rasimandiran/matlab-crypto-lstm
cryptocurrency lstm machine-learning matlab
Last synced: 3 days ago
JSON representation
Basic app with GUI that you can check out the data, set hyperparameters and train your model on selected dataset and make a backtest. Learning purposes only.
- Host: GitHub
- URL: https://github.com/rasimandiran/matlab-crypto-lstm
- Owner: rasimandiran
- License: mit
- Created: 2024-06-28T11:46:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T12:07:41.000Z (6 months ago)
- Last Synced: 2024-12-19T08:02:53.755Z (7 days ago)
- Topics: cryptocurrency, lstm, machine-learning, matlab
- Language: MATLAB
- Homepage:
- Size: 78.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# LSTM AI for Trading
[![Generic badge](https://img.shields.io/badge/MATLAB-R2024a-BLUE.svg)](https://shields.io/)
Basic app with GUI that you can check out the data, set hyperparameters and train your model on selected dataset and make a backtest.
## Screenshots
![Backtest Screen](https://raw.githubusercontent.com/rasimandiran/matlab-crypto-lstm/main/screeshots/backtest.png "Backtest Screen")
![Training Screen](https://raw.githubusercontent.com/rasimandiran/matlab-crypto-lstm/main/screeshots/training.png "Training Screen")
## Dataset
[Binance Full History on Kaggle](https://www.kaggle.com/datasets/jorijnsmit/binance-full-history)
## License
[MIT](https://choosealicense.com/licenses/mit/)