Skip to content

This is an ipynb notebook that attempts to speed up and simplify the creation of sequence data for the RNN created by Harrison Kinsley at https://pythonprogramming.net/crypto-rnn-model-deep-learning-python-tensorflow-keras/

Notifications You must be signed in to change notification settings

bgithub1/rnn_sentex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentdex Rnn with Keras

This is an ipynb notebook that attempts to speed up and simplify the creation of sequence data for the RNN that Harrison create in :

This project contains 2 jupyter notebooks:

  1. rnn_sentdex.ipynb: This is a reworked version of Harrison's original RNN project
  1. rnn_sentdex_original.ipynb: This is a jupyter notebook that is almost identical to Harrison's code. I have commented out the components of his tensorflow.keras.models.Sequential, and replaced them with keras.layers.SimpleRNN. This replacement seems to run much faster, and arrive at the same place.

For more of Harrison's informative videos and posts, see his website (https://pythonprogramming.net/) or his youtube channel (https://www.youtube.com/channel/UCfzlCWGWYyIQ0aLC5w48gBQ)

About

This is an ipynb notebook that attempts to speed up and simplify the creation of sequence data for the RNN created by Harrison Kinsley at https://pythonprogramming.net/crypto-rnn-model-deep-learning-python-tensorflow-keras/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published