https://github.com/rxxuzi/vodka
https://github.com/rxxuzi/vodka
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rxxuzi/vodka
- Owner: rxxuzi
- Created: 2025-02-24T16:36:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T20:36:55.000Z (8 months ago)
- Last Synced: 2025-02-24T21:32:31.590Z (8 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vodka
This project is a system that uses the Transformer architecture to predict the price of virtual currencies. The training data uses historical fixed candlestick data (1 minute) to estimate prices for the next 1, 5, and 10 minutes. During inference, the latest 1-minute data is used as input to predict future price changes.
## License
**Vodka** is licensed under the MIT License See the [LICENSE](LICENSE) file for more details.