← Eunice Labs
0/8 complete

Deep Learning
& LLMs

A progressive path through modern AI — from matrix multiplication to Transformers. Each concept builds on the last. See it, break it, understand it.

8 lessons·Interactive visualisations·Live playgrounds·93 min total
1
FoundationsMath 8 min

Tensors & Matrix Ops

The fundamental data structures of deep learning — scalars, vectors, matrices — and the dot product operation that powers every neural network layer.

Start Lesson
2
FoundationsArchitecture 10 min

Neural Networks & MLPs

How individual neurons combine weights, inputs, and activation functions to form Multi-Layer Perceptrons — the universal function approximators.

Start Lesson
3
FoundationsOptimization 12 min

Backprop & Gradients

The chain rule applied recursively — how neural networks calculate the gradient of a loss function with respect to every weight, enabling learning.

Start Lesson
VisionArchitecture 12 min

Convolutional Neural Networks

How spatial feature extraction using shared filter weights gives CNNs their power for images — and the convolution operation that makes it work.

Complete previous lesson to unlock
SequencesArchitecture 12 min

RNNs & Vanishing Gradients

How recurrent networks process sequences through hidden state, and the vanishing gradient problem that crippled them — and the LSTM solution.

Complete previous lesson to unlock
SequencesAttention 14 min

Attention Mechanism

The Query–Key–Value framework that lets models selectively focus on any part of a sequence — the breakthrough enabling modern language models.

Complete previous lesson to unlock
TransformersLLMs 15 min

Transformers

Multi-head attention, residual connections, layer normalization, and positional encoding — the architecture behind GPT, BERT, and all modern LLMs.

Complete previous lesson to unlock
TransformersLLMs 10 min

Tokenization & Embeddings

How text becomes numbers: BPE tokenization, the embedding lookup table, semantic vector spaces, and why embeddings capture meaning geometrically.

Complete previous lesson to unlock