Example Map

Use this quick map to find the script that matches your goal:

Ready-to-run setup

  1. Create the environment

    make install
    
  2. Run a script with uv (example below launches cann1d_oscillatory_tracking.py):

    uv run python examples/cann/cann1d_oscillatory_tracking.py
    
  3. Review artefacts – Most scripts emit GIFs/PNGs/NPZ files. The filename is usually printed near the end of the script.

Notebook shortcuts

In addition to scripts, docs/en/notebooks/01_quick_start.ipynb and docs/en/notebooks/00_design_philosophy.ipynb provide interactive walkthroughs. The README links to Binder and Colab for zero-install exploration.

What’s next

The remaining chapters (CANN Network Examples through Theta Sweep Pipeline Examples) follow a consistent format: script overview → reasoning → key API references → extension ideas. Feel free to dip into the sections you need or read straight through for a complete tour of the toolkit.