Recurrent Neural Nets (RNN) - TensorFlow Beginner 10
Implement a Recurrent Neural Net (RNN) in Tensorflow! RNNs are a class of neural networks that is powerful for modeling sequence data such as time series or natural language.
Implement a Recurrent Neural Net (RNN) in Tensorflow! RNNs are a class of neural networks that is powerful for modeling sequence data such as time series or natural language. Learn how we can use the keras API and work with an input sequence. I also show you how easily we can switch to a gated recurrent unit (GRU) or long short-term memory (LSTM) RNN.
All code and slides from this course can be found on GitHub.
Links:¶
FREE VS Code / PyCharm Extensions I Use
✅ Write cleaner code with Sourcery, instant refactoring suggestions: Link*
Python Problem-Solving Bootcamp
🚀 Solve 42 programming puzzles over the course of 21 days: Link*