AI model for Bitcoin price pattern exploitation
Top 60.9% on sourcepulse
This repository explores exploiting Bitcoin price patterns using deep learning, targeting researchers and traders interested in AI-driven financial analysis. It aims to predict price movements by training neural networks on historical price data visualized as images.
How It Works
The project converts Bitcoin tick data into OHLC (Open, High, Low, Close) images, treating price patterns as visual data. It then trains convolutional neural networks (CNNs), starting with AlexNet, on these images to predict price direction (UP/DOWN) or magnitude. This approach mimics human visual pattern recognition for trading decisions.
Quick Start & Requirements
git clone https://github.com/philipperemy/deep-learning-bitcoin.git
cd deep-learning-bitcoin
, then ./data_download.sh
and python3 data_generator.py
.docker build -t dlb .
and docker run -it --name dlb -v $PWD:/app dlb /bin/bash
.Highlighted Details
Maintenance & Community
The repository appears to be a personal project with no explicit mention of active maintenance, community channels, or notable contributors.
Licensing & Compatibility
The repository does not explicitly state a license.
Limitations & Caveats
The project is in an early stage, with initial results based on a relatively small dataset (20,000 samples). Key planned features like training on larger datasets and integrating advanced CNNs are not yet implemented.
6 years ago
Inactive