Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Deep Learning Algorithms with Python

You're reading from   Hands-On Deep Learning Algorithms with Python Master deep learning algorithms with extensive math by implementing them using TensorFlow

Arrow left icon
Product type Paperback
Published in Jul 2019
Publisher Packt
ISBN-13 9781789344158
Length 512 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Sudharsan Ravichandiran Sudharsan Ravichandiran
Author Profile Icon Sudharsan Ravichandiran
Sudharsan Ravichandiran
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Section 1: Getting Started with Deep Learning FREE CHAPTER
2. Introduction to Deep Learning 3. Getting to Know TensorFlow 4. Section 2: Fundamental Deep Learning Algorithms
5. Gradient Descent and Its Variants 6. Generating Song Lyrics Using RNN 7. Improvements to the RNN 8. Demystifying Convolutional Networks 9. Learning Text Representations 10. Section 3: Advanced Deep Learning Algorithms
11. Generating Images Using GANs 12. Learning More about GANs 13. Reconstructing Inputs Using Autoencoders 14. Exploring Few-Shot Learning Algorithms 15. Assessments 16. Other Books You May Enjoy

Summary

We started off the chapter by covering what an RNN is and how an RNN differs from a feedforward network. We learned that an RNN is a special type of neural network that is widely applied over sequential data; it predicts output based on not only the current input but also on the previous hidden state, which acts as the memory and stores the sequence of information that the network has seen so far.

We learned how forward propagation works in RNNs, and then we explored a detailed derivation of the BPTT algorithm, which is used for training RNN. Then, we explored RNNs by implementing them in TensorFlow to generate song lyrics. At the end of the chapter, we learned about the different architectures of RNNs, such as one-to-one, one-to-many, many-to-one, and many-to-many, which are used for various applications.

In the next chapter, we will learn about the LSTM cell, which solves...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime