ykfujita / mlbot_tutorial

A tutorial for algorithmic trading bot using machine learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mlbotのチュートリアル。 機械学習で仮想通貨の自動売買をするチュートリアルです。

git clone

git clone https://github.com/richmanbtc/mlbot_tutorial.git

Jupyterの起動

cd mlbot_tutorial
docker-compose up -d

Jupyterを開く

http://localhost:8888 をブラウザで開く。

チュートリアルを開く

Jupyter内でwork/tutorial.ipynbを開く

チュートリアルの詳しい解説

環境構築方法など

機械学習で仮想通貨取引をするチュートリアル。python

About

A tutorial for algorithmic trading bot using machine learning.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Jupyter Notebook 99.8%Language:Dockerfile 0.2%