Skip to content
Learn AI by building
← World of AI

Deep Learning

RNN

Processes sequences one step at a time, carrying a hidden state forward as memory.

A recurrent network feeds its own output back as input at the next step, so the hidden state is a running summary of everything seen so far.

In practice gradients vanish across long sequences and the strictly sequential processing prevents parallel training — the two problems that gated cells and then transformers were built to solve.

JOIN NOW

Begin the first module

It is free, it is the real curriculum, and if it is not for you, you have lost nothing but an evening.

Join any time · Build AI skills at your pace