Skip to Content
Machine and Deep Learning Using MATLAB
book

Machine and Deep Learning Using MATLAB

by Kamal I. M. Al-Malah
October 2023
Intermediate to advanced
592 pages
16h 6m
English
Wiley
Content preview from Machine and Deep Learning Using MATLAB

9 Recurrent Neural Network (RNN)

A Recurrent Neural Network (RNN) is a type of artificial neural network designed to process sequential data by maintaining an internal memory or state. Unlike traditional feedforward neural networks, which process data in a single pass, RNNs can take into account the previous steps in the sequence, making them well-suited for tasks that involve sequential or time-dependent data.

The key feature of an RNN is its ability to use its internal memory to process sequences of inputs of varying lengths. It achieves this by applying the same set of weights to each element of the sequence while maintaining a hidden state that represents the context from previous inputs. This hidden state is updated at each step, allowing the network to capture the dependencies and patterns in the sequence.

The basic building block of an RNN is a recurrent neuron, which takes an input along with the previous hidden state and produces an output and a new hidden state. The output can be used for prediction or further processing, and the new hidden state becomes the input for the next step in the sequence. This recursive structure enables the RNN to pass information from one step to another, allowing it to model long-term dependencies.

RNNs have been successfully applied to various tasks involving sequential data, such as natural language processing, speech recognition, machine translation, sentiment analysis, and time series forecasting. However, traditional RNNs can struggle ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

MATLAB Machine Learning Recipes: A Problem-Solution Approach

MATLAB Machine Learning Recipes: A Problem-Solution Approach

Michael Paluszek, Stephanie Thomas
MATLAB Recipes: A Problem-Solution Approach

MATLAB Recipes: A Problem-Solution Approach

Michael Paluszek, Stephanie Thomas
MATLAB For Dummies, 2nd Edition

MATLAB For Dummies, 2nd Edition

John Paul Mueller, Jim Sizemore

Publisher Resources

ISBN: 9781394209088Purchase Link