一個比特幣交易機器人基於 Tensorflow LSTM 模型,僅供娛樂。
A Bitcoin trade robot based on Tensorflow LSTM model.Just for fun.git
數據來自 btctrade ,用 requests 爬取,它包含比特幣的 50 個交易記錄。
get_trades.py 會獲取這些交易記錄而且用圖片的方式展現出來。github
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.mdblog
FaceRank - Rank Face by CNN Model based on TensorFlow (add keras version).
https://github.com/fendouai/FaceRank圖片
http://www.tensorflownews.com/get
模型持久化,訓練數據集持久化。requests
https://github.com/TensorFlowNews/TensorFlow-Bitcoin-Robotit
522785813io