Recurrent-Neural-Network-for-BitCoin-price-prediction icon indicating copy to clipboard operation
Recurrent-Neural-Network-for-BitCoin-price-prediction copied to clipboard

Recurrent Neural Network (LSTM) by using TensorFlow and Keras in Python for BitCoin price prediction

Results 4 Recurrent-Neural-Network-for-BitCoin-price-prediction issues
Sort by recently updated
recently updated
newest added

Hello. May I have following questions? 1) if BTC value in source data is around 4k, why in the graph it shows 0.1? 2) I see that predicted value is...

File "/root/anaconda3/lib/python3.7/site-packages/numpy/core/fromnumeric.py", line 56, in _wrapfunc return getattr(obj, method)(*args, **kwds) ValueError: cannot reshape array of size 3939 into shape (8,1,1)

thanks for the code, but it does not work: - normalization is wrong - you use output to get results Show us a prediction for next day that is not...

As far as I've understood from this program is that you are predicting the stock value on the input stock value. Thus here you arr inputting a stock value of...