Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Sequence Modeling with Neural Networks

Alexander Amini and Massachusetts Institute of Technology via YouTube

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore sequence modeling with neural networks in this lecture from MIT's Introduction to Deep Learning course. Delve into the challenges of modeling sequential data, understand the limitations of fixed window approaches, and discover how Recurrent Neural Networks (RNNs) address these issues. Learn about backpropagation through time, the vanishing gradient problem, and solutions like gated cells. Examine practical applications such as music generation and machine translation, and understand advanced concepts like attention mechanisms. Gain insights into activation functions, initialization techniques, and the importance of parameter sharing in sequence modeling.

Syllabus

Intro
What is a sequence?
a sequence modeling problem
idea: use a fixed window
problem: we can't model long-term dependencies
idea: use entire sequence, as a set of counts
idea: use a really big fixed window
problem: no parameter sharing
to model sequences, we need
example network
RNNS remember their previous state
"unfolding" the RNN across time
remember: backpropagation
let's try it out for W with the chain rule
backpropagation through time
problem: vanishing gradient
activation functions
initialization
gated cells
possible task: music generation
possible task: machine translation
problem: a single encoding is limiting
solution: attend over all encoder states

Taught by

https://www.youtube.com/@AAmini/videos

Reviews

Start your review of Sequence Modeling with Neural Networks

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.