- 授权协议: Apache
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/fendouai/TensorFlow-Bitcoin-Robot
- 软件文档: http://www.tensorflownews.com/
软件介绍
简介
一个比特币交易机器人基于 Tensorflow LSTM 模型,仅供娱乐。
数据集
数据来自 btctrade ,用 requests 爬取,它包含比特币的 50 个交易记录。get_trades.py 会获取这些交易记录并且用图片的方式展示出来。
模型
rnn_predicter.py 使用 LSMT 模型。截取 10个交易记录作为输入,如果 第 11个加个比第10个高,就把输出设置为 [1,0,0],如果低就设置为 [0,0,1] ,如果相同 [0,1,0]。
训练结果
http://www.tensorflownews.com/
更新计划
模型持久化,训练数据集持久化。
Programming Collective Intelligence
Toby Segaran / O'Reilly Media / 2007-8-26 / USD 39.99
Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstrates how you can build Web 2.0 applications to mine the......一起来看看 《Programming Collective Intelligence》 这本书的介绍吧!
