Skip to content

Tutorials

Interactive Jupyter notebook tutorials demonstrating various features of TorchGMM.

Getting Started

Advanced Topics

Visualization

Model Evaluation

Running Tutorials

Option 1: Google Colab

Click the "Open in Colab" button at the top of each notebook.

Option 2: Local Jupyter

Install Jupyter:

pip install jupyter

Launch Jupyter:

cd docs/notebooks
jupyter notebook

Option 3: JupyterLab

pip install jupyterlab
jupyter lab

Requirements

All tutorials require:

pip install torch numpy matplotlib scipy
pip install tgmm  # or install from source

Some tutorials may have additional dependencies listed at the top of the notebook.