比特币交易机器人 TensorFlow-Bitcoin-Robot

码农软件 · 软件分类 · 神经网络/人工智能 · 2019-10-14 17:11:41

软件介绍

简介

一个比特币交易机器人基于 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/

更新计划

模型持久化,训练数据集持久化。

本文地址:https://codercto.com/soft/d/16753.html

Programming Collective Intelligence

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》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

MD5 加密
MD5 加密

MD5 加密工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具