--- description: Examples for the Models module offered in Avalanche --- # Models {% code title="\"Available Models\" Example" %} ```python from avalanche.models import SimpleCNN from avalanche.models import SimpleMLP from avalanche.models import SimpleMLP_TinyImageNet from avalanche.models import MobilenetV1 ``` {% endcode %} ## 🤝 Run it on Google Colab You can run _this chapter_ and play with it on Google Colaboratory: {% hint style="danger" %} Notebook currently unavailable. {% endhint %}