December 2017
Intermediate to advanced
536 pages
14h 23m
English
In this recipe, we will learn how to predict future Bitcoin value with an RNN. The key idea is that the temporal sequence of values observed in the past is a good predictor of future values. For this recipe, we will use the code available at https://github.com/guillaume-chevalier/seq2seq-signal-prediction under the MIT license. The Bitcoin value for a given temporal interval is downloaded via an API from https://www.coindesk.com/api/ . Here is a piece of the API documentation:
Read now
Unlock full access