Tutorials¶
Step-by-step walkthroughs that take you from zero to a working model. Each tutorial is self-contained — copy the code blocks straight into a Python file and run them.
- Tutorial 1 — Your First Network
- Tutorial 2 — Classification
- Tutorial 3 — Regression
- Tutorial 4 — Choosing Activation Functions
- Tutorial 5 — Sequences with LSTM and GRU
- Tutorial 6 — Advanced Training with Trainer
- Tutorial 7 — Language Models (Transformer)
- Tutorial 8 — Beyond Sequential: Model & GraphModel
- Tutorial 9 — snn.nn: Everything in One Place