Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Artificial Intelligence for IoT - Second Edition

You're reading from  Hands-On Artificial Intelligence for IoT - Second Edition

Product type Book
Published in Jan 2019
Publisher Packt
ISBN-13 9781788836067
Pages 390 pages
Edition 2nd Edition
Languages
Author (1):
Amita Kapoor Amita Kapoor
Profile icon Amita Kapoor
Toc

Table of Contents (20) Chapters close

Title Page
Copyright and Credits
Dedication
About Packt
Contributors
Preface
1. Principles and Foundations of IoT and AI 2. Data Access and Distributed Processing for IoT 3. Machine Learning for IoT 4. Deep Learning for IoT 5. Genetic Algorithms for IoT 6. Reinforcement Learning for IoT 7. Generative Models for IoT 8. Distributed AI for IoT 9. Personal and Home IoT 10. AI for the Industrial IoT 11. AI for Smart Cities IoT 12. Combining It All Together 1. Other Books You May Enjoy Index

Recurrent neural networks


The models that we have studied till now respond only present input. You present them an input, and based on what they have learned, they give you a corresponding output. But this is not the way we humans work. When you are reading a sentence, you do not interpret each word individually, you take the previous words into account to conclude its semantic meaning.

RNNs are able to address this issue. They use the feedback loops, which preserves the information. The feedback loop allows the information to be passed from the previous steps to the present. The following diagram shows the basic architecture of an RNN and how the feedback allows the passing of information from one step of the network to the next (Unroll):

Recurrent neural network

In the preceding diagram, X represents the inputs. It's connected to the neurons in the hidden layer by weights Whx, the output of the hidden layer, h, is fed back to the hidden layer via weights Whh, and also contributes to the output...

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 $15.99/month. Cancel anytime