Tutorials¶
Notebook-shaped walk-throughs that teach a concept by working through a runnable example. Each tutorial below links to a script in the cuvis-ai-cookbook repository — clone it alongside cuvis-ai and run the examples directly.
Tutorials are grouped by training style:
- Statistical — pipelines that learn from background statistics alone, no gradient steps. Fast to train, interpretable, strong baselines.
- Gradient — pipelines that include trainable parameters fit by backpropagation. More expressive, more compute.
Statistical¶
-
Classical Mahalanobis-distance anomaly detector. Start here for hyperspectral anomaly fundamentals.
-
Two-phase training that learns which wavelengths to keep from a hyperspectral cube.
-
NDVI-style two-band differential rendering blood perfusion as a false-RGB overlay.
Gradient¶
Related¶
- Concepts → Training — the two-phase training model behind every cuvis-ai pipeline.
- Workflows — task-recipe "I want to…" guides once you know what you're doing.
- Datasets catalog — the demo datasets each tutorial runs against.