#50 · Primary category: Time Series Machine Learning
deep-learning-bitcoin
Exploiting Bitcoin prices patterns with Deep Learning.
Project last updated:09/22/18
GitHub Stars
530
Forks
131
Contributors
5
License
Apache-2.0
Why we included this project
Bitcoin's price history is notoriously noisy, which makes this project an interesting experiment rather than a shortcut to profits. The core idea is to render candlestick charts as images and let a small AlexNet-style convolutional network learn to read them, after first resampling raw Coinbase tick data into labeled five-minute OHLC bars. The author reports about 70 percent accuracy on a 20,000-sample training set and marks the whole thing as work in progress, so nobody should expect a working trading system. What it does offer is a complete, reproducible pipeline, from downloading market data to training a classifier with Caffe and Docker, which makes it a useful reference for anyone who wants to try deep learning on financial time series.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
netdata
The fastest path to AI-powered full stack observability, even for lean teams.
catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
sktime
A unified framework for machine learning with time series
darts
A python library for user-friendly forecasting and anomaly detection on time series.
featuretools
An open source python library for automated feature engineering