V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
fendouai_com
V2EX  ›  TensorFlow

TensorFlow-Bitcoin-Robot:A Bitcoin trade robot based on Tensorflow LSTM model.Just for fun.

  •  
  •   fendouai_com · 2017-08-17 14:16:56 +08:00 · 2838 次点击
    这是一个创建于 2441 天前的主题,其中的信息可能已经有所发展或是发生改变。

    中文说明

    https://github.com/TensorFlowNews/TensorFlow-Bitcoin-Robot/blob/master/README_CN.MD

    Into

    A Bitcoin trade robot based on Tensorflow LSTM model.Just for fun.

    DataSet

    The data is got from btctrade with requests.It includes 50 trades of Bitcoin. get_trades.py will get the trades and show you with a picture.

    Figure_1.png

    Model

    rnn_predicter.py uses LSTM model.It use 10 trades as input ,if the next price is bigger than the 10st one ,the result is [1,0,0],if the next price is smaller than the 10st one ,the result is [0,0,1],if the next price is equal as 10st one ,the result is [0,1,0].

    So,the [1,0,0] means that the price of Bitcoin will be higher.

    Result

    https://github.com/TensorFlowNews/TensorFlow-Bitcoin-Robot/blob/master/training_result.md

    More

    FaceRank - Rank Face by CNN Model based on TensorFlow (add keras version). https://github.com/fendouai/FaceRank

    Blog

    http://www.tensorflownews.com/

    Update

    model saver

    data saver

    WeChatGroup

    https://github.com/TensorFlowNews/TensorFlow-Bitcoin-Robot

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1151 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 18:24 · PVG 02:24 · LAX 11:24 · JFK 14:24
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.