Skip to main content

Sequence Models & Time Series

Not all data lives on a grid. Text, audio, and time series are ordered sequences where what came before shapes what comes next. This track covers the recurrent model family — the pre-transformer workhorses that are still the right tool for many small sequence tasks.

What you'll build

Prerequisites

You should have built your first model and understand Flax NNX state — recurrence is all about threading state (the carry) through time.

Next steps