1
2
3
4
5
6
7
8
9
10
11
Transformer Attention
Visualize self-attention heads in a mini-GPT model.
Raft Consensus
Leader election and log replication simulator.
Garbage Collection
Mark & Sweep and Reference Counting visualization.
B-Tree Splitting
Visualize node splitting and merging in B-trees.
Git Merkle Tree
Explore content-addressed storage and commit graphs.
Bloom Filter
Probabilistic set membership testing.
Kalman Filter
Optimal state estimation from noisy measurements.
Regex Engine
NFA/DFA construction and pattern matching.
CPU Pipeline
Instruction pipelining and hazard resolution.
RSA Cryptography
Public key encryption fundamentals.
Baum-Welch HMM
EM-based Hidden Markov Model training.