All Projects → TensorFlowNews → Tensorflow Bitcoin Robot

TensorFlowNews / Tensorflow Bitcoin Robot

Licence: apache-2.0
A Bitcoin trade robot based on Tensorflow LSTM model.Just for fun.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tensorflow Bitcoin Robot

Lstm Crypto Price Prediction
Predicting price trends in cryptomarkets using an lstm-RNN for the use of a trading bot
Stars: ✭ 136 (-12.26%)
Mutual labels:  trading-bot, bitcoin, lstm, rnn
Linear Attention Recurrent Neural Network
A recurrent attention module consisting of an LSTM cell which can query its own past cell states by the means of windowed multi-head attention. The formulas are derived from the BN-LSTM and the Transformer Network. The LARNN cell with attention can be easily used inside a loop on the cell state, just like any other RNN. (LARNN)
Stars: ✭ 119 (-23.23%)
Mutual labels:  lstm, rnn
Pytorch Rnn Text Classification
Word Embedding + LSTM + FC
Stars: ✭ 112 (-27.74%)
Mutual labels:  lstm, rnn
Bitcoin Arbitrage Trading Bot
Trading bot which exploits price-spreads between cryptocurrency exchanges 🔍💸
Stars: ✭ 129 (-16.77%)
Mutual labels:  trading-bot, bitcoin
Ml Ai Experiments
All my experiments with AI and ML
Stars: ✭ 107 (-30.97%)
Mutual labels:  lstm, rnn
Gekko
A bitcoin trading bot written in node - https://gekko.wizb.it/
Stars: ✭ 9,839 (+6247.74%)
Mutual labels:  trading-bot, bitcoin
Chinese Chatbot
中文聊天机器人,基于10万组对白训练而成,采用注意力机制,对一般问题都会生成一个有意义的答复。已上传模型,可直接运行,跑不起来直播吃键盘。
Stars: ✭ 124 (-20%)
Mutual labels:  lstm, rnn
Cointrol
฿ Bitcoin trading bot with a real-time dashboard for Bitstamp.
Stars: ✭ 1,351 (+771.61%)
Mutual labels:  trading-bot, bitcoin
Rnn poetry generator
基于RNN生成古诗
Stars: ✭ 143 (-7.74%)
Mutual labels:  lstm, rnn
Binance grid trader
A grid trading strategy and trading-bot for Binance Exchange. 币安交易所的网格交易
Stars: ✭ 132 (-14.84%)
Mutual labels:  trading-bot, bitcoin
Astibot
Astibot is a simple, visual and automated trading software for Coinbase Pro cryptocurrencies (Bitcoin trading bot)
Stars: ✭ 104 (-32.9%)
Mutual labels:  trading-bot, bitcoin
Tradzqai
Trading environnement for RL agents, backtesting and training.
Stars: ✭ 150 (-3.23%)
Mutual labels:  trading-bot, bitcoin
See Rnn
RNN and general weights, gradients, & activations visualization in Keras & TensorFlow
Stars: ✭ 102 (-34.19%)
Mutual labels:  lstm, rnn
Lstms.pth
PyTorch implementations of LSTM Variants (Dropout + Layer Norm)
Stars: ✭ 111 (-28.39%)
Mutual labels:  lstm, rnn
Text predictor
Char-level RNN LSTM text generator📄.
Stars: ✭ 99 (-36.13%)
Mutual labels:  lstm, rnn
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (-21.29%)
Mutual labels:  trading-bot, bitcoin
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (-38.06%)
Mutual labels:  lstm, rnn
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-37.42%)
Mutual labels:  lstm, rnn
Phptrader
A simple php powered Bitcoin and Ethereum trading bot
Stars: ✭ 131 (-15.48%)
Mutual labels:  trading-bot, bitcoin
Pytorch Image Comp Rnn
PyTorch implementation of Full Resolution Image Compression with Recurrent Neural Networks
Stars: ✭ 146 (-5.81%)
Mutual labels:  lstm, rnn

中文说明

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 https://api.btctrade.com/api/trades?coin=btc 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

WeChatGroup Pic

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].