sentdex
Welcome to part 8 of the Deep Learning with Python, Keras, and Tensorflow series. In this tutorial, we’re going to work on using a recurrent neural network to predict against a time-series dataset, which is going to be cryptocurrency prices.
Text tutorials and sample code: https://pythonprogramming.net/cryptocurrency-recurrent-neural-network-deep-learning-python-tensorflow-keras/
Discord: https://discord.gg/sentdex
Support the content: https://pythonprogramming.net/support-donate/
Twitter: https://twitter.com/sentdex
Facebook: https://www.facebook.com/pythonprogramming.net/
Twitch: https://www.twitch.tv/sentdex
G+: https://plus.google.com/+sentdex
Source
i think that you have a lots of different cups :))
To all those getting this error: ValueError: columns overlap but no suffix specified: Index(['BTC-USD_close', 'BTC-USD_volume'], dtype='object')
USE : main_df = main_df.merge(df,left_index=True,right_index=True)
INSTEAD OF : main_df = main_df.join(df)
https://pythonprogramming.net/static/downloads/machine-learning-data/crypto_data.zip
How did you create the data file?
New sub, ty mind meld complete.
Very nicely explained, thanks.
You are a major positive influence in a world of fake gurus.
Python was the first language I had properly learnt (and still learning).
Also, since data science was what sucked me into python, Pandas was one of the first few packages I had started using.
Hence everytime you use 'list(map(fn…' on a series, I wonder, 'why not just .apply' ?
Love the videos by the way.
where can I find the data used in the model?
new the new boston bucky:)
Can anyone tell how to find out the optimal value of the sequence length, instead of giving 60? Thanks
20:15 that's what i want to do
What is the ratio this case? What are the two numbers being compared? Why is there another variable `RATIO_TO_PREDICT`?
you can use pd.concat(list_with_dataframes) to merge data frames 🙂
thank you very much for this excellent series ! so easy to understand when you are explaining. cheers from austria
I think that this could be easier with help of LibreOffice or Excel.
Can't find next video… where is it?
Bitcoin and other crypto-assets are historically known for their wild and explosive volatility. But that’s not at all been the case for several weeks now, leading to boredom in the crypto mamarket.It�s caused traders to get shaken out or move to the sidelines, or as we’ve seen, move onto altcoins. Altcoins everywhere have been surging, with a few setting new all-time high price records.But because things have become so stagnant in Bitcoin, is has prompted crypto analysts to dig into a technical analysis tool and I can proudly say Mr. Steve Hayward strategy is the best tool one need to make a successful trade on Bitcoin with profits I’m a full time student to his online course of which I started 30days ago I started with the mindset of making $20,000 but wow to my greatest surprise I made $78,000 with the 98.9% accuracy his signals comes with and I started with the initially with &5,700 and it’s just surprising how much profit I made and I can say how he’s indeed a guru in trading bitcoins .. he’s contact info are (stevehayward92@gmail.com) or WhatsApp [+1 914-301 6142]•
Guys look ..$NVT is a #defi project same team with $NULS currently listed on #MXC_Exchange. I am buy my bag $NVT and hold it.🚀🚀🚀
You're explaining so well, I fully understand the tricky code I've seen before on Kaggle, thanks to you. Thanks Harrison
you could do maindf.target = main_df.future > main_df.close
Dude, I love your coffee mugs! Another great tutorial!
he looks like justin gaetche
I need that cup
Thank
Hey Sentdex, if I am using a time series data set and simply want to use the RNN to predict outliers, or something out of the norm, I obviously would not have an exact "prediction" of a binary case as in the example of the future being greater than the past price. Any ideas of how I would use the RNN to predict outliers without a predefined rule? Thank you again for all of the videos!
Hey. That was a great series, thanks for that. I have a good and well trained model but i don't know how to put that to work using model.predict(). I can load it and see its summary, just can't generate any output that makes sense. Could you please make one more video of this series where you simply use the model you have generate?
Thanks
ur the biggest alpha male god ever made, I BET THE DEVIL BOWES TO YOU AS HE CAN SEE YOU ARE BORN FROM GOD AND BY JESUS AND THE LORRRRDDD
I WOULD OF TAKEN THE MONEY I EVER GAVE TO SCHOOL
AND GIVE IT TO INDEPENDENT ONLINE TEACHERS LIKE YOU
SRSLY, YOU HAVE STARTED AN EDUCATIONAL REVOLUTION
YOU HAVE MADE TEACHING AVAILBLE, FREE AND BETTER
AMEN SENTDEX!
@ 6:00 lmaooooooo
which wersion of tensorflow are you using?
Had a course for Quant Trading, using linear regression to pretty much do the same thing and I was so lost, 20 mins of this and already things make sense!! Thank you so much
You look like slim shady
Sentdex >>>>>>>>>>> Any fucker who do python tutorial
I get CUDA errors. I quit.