简介
一个比特币交易机器人基于 Tensorflow LSTM 模型,仅供娱乐。
A Bitcoin trade robot based on Tensorflow LSTM model.Just for fun.
欢迎点击进入 GitHub(有完整的项目代码) Star https://github.com/TensorFlowNews/TensorFlow-Bitcoin-Robot
增加详细说明文档:
http://www.tensorflownews.com/2017/08/17/tensorflow-bitcoin-robot-introduction/
http://www.cnblogs.com/tensorflownews/p/7381981.html
项目推荐:
基于 TensorFlow 的神经网络三大主流模型 TensorFlowNews 都原创了实战项目,包含模型,代码,数据集,工具集,欢迎 star :
- TensorFlow CNN Model Project:
https://github.com/fendouai/FaceRank
- TensorFlow LSTM Model Project:
https://github.com/TensorFlowNews/TensorFlow-Bitcoin-Robot
- TensorFlow Seq2Seq Model Project:
https://github.com/fendouai/ChatGirl
教程推荐(仅供学习,如有侵权,请联系删除)
数据集
数据来自 btctrade ,用 requests 爬取,它包含比特币的 50 个交易记录。
get_trades.py 会获取这些交易记录并且用图片的方式展示出来。
模型
rnn_predicter.py 使用 LSMT 模型。截取 10个交易记录作为输入,如果 第 11个价格比第10个高,就把输出设置为 [1,0,0],如果低就设置为 [0,0,1] ,如果相同 [0,1,0]。
训练结果
https://github.com/TensorFlowNews/TensorFlow-Bitcoin-Robot/blob/master/training_result.md
之前的项目推荐
FaceRank – Rank Face by CNN Model based on TensorFlow (add keras version).
https://github.com/fendouai/FaceRank
后续更新发布
http://www.tensorflownews.com/
更新计划
模型持久化,训练数据集持久化。
微信群
QQ群:
522785813