
In this video, I show you how to use python modules like yfinance to read cryptocurrencies like bitcoin BTC, ethereum ETH, …
In this video, I show you how to use python modules like yfinance to read cryptocurrencies like bitcoin BTC, ethereum ETH, …
Comments are closed.
© Copyright 2021 DogecoinCryptoNews
If possible could you please make a guide on this???
Sir, is there a way to program a speech recognition deep learning model???
Can you show us how to feed the prediction data into the model so we actually predict ahead? I mean not just one day. How can we predict the next month? Thanks 🙏
can you post the codes on github or somewhere else ?
Интересно, сколько зритиелей из россии?)
Great video, as always!🙌
Please can you show us how to predict a month ahead and plot the graph? That would be nice to see!
the tensorflow command is giving me errors in anaconda. any help is greatly appreciated
Please, how to make it to predict more than one value at a time and instead make it to predict 30 or 60 values at once after it analyses past X values sequence? Thank you!
Сan I get the full code somewhere? Thanks for the videos 👍
Same error, if i figure it out i'il let you know
Why is line 17 giving me a syntaxerror: invalid syntax. Help
I solved it. You probably have writed the last x_test var wrong (like me). Just use this
the code didn't work
so where to find these data sets ?pip install numpy like that ????, where can i find these?
Heyy bro first of all great video. I have a request, can you put your code on your github ?
any help would be appreciated
hey im getting the error 'float' object is not subscriptable on line 22 of my code. Here is the code: scaled_data = scaler.fit_transform(data['Close'].values.reshape(-1,1)) I have tried but idk how to fix. Please somebody help.
Thanks. Very interesting lessons, but I think you should follow and add more explanatory comments. This will allow you to analyze the code better over time.
Smart YouTube, exposing your video on right time.
real_data = [model_inputs[len(model_inputs) – prediction_days:len(model_inputs) + 1, 0]]
No ,there is no way ,u cannot get the next predicted price unless actual price is already given .So the prediction is a False Proposition to some extent.
I have the same error, still looking for a fix 🙁
I think he does this near the end.
yes, it is.
So that you understand what is happening instead of copying it. This video is for you to learn programming not for you to download a trading bot
yes, this is called transfer learning or incremental learning.
I am guessing the way to do it is to log the same data on realtime but with prediction for example open, high, low, close, close_pred, and just retrain the model by loading the model using tensorflow and feeding it the features of realtime with making a backup of previous model for falling back in case of overfitting
i have the same issue but solved when i changed the venv
I am having the same problem
Same problem
You should include some indicators, eg EMA and its prediction for confirmation.
Best regards and keep up the good work.
'''real_data = [model_inputs[len(model_inputs) + 1 – future_day: len(model_inputs) + 1]]''
You intended not to post the source code on your video so we can type them manually? Just asking.