# Reference Models The MLTK comes with pre-trained reference models which may be used as a starting point for your own models. The source code for these models may be found on Github: [https://github.com/siliconlabs/mltk/tree/master/mltk/models](https://github.com/siliconlabs/mltk/tree/master/mltk/models). | Name | Description | | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [Example Models](https://siliconlabs.github.io/mltk/docs/python_api/models/examples/index.html) | Models that demonstrate the basic functionality of the [MLTK](https://siliconlabs.github.io/mltk/docs/python_api/index.html) and [Tensorflow](https://www.tensorflow.org/api_docs/python/tf) APIs | | [Silicon Labs Models](https://siliconlabs.github.io/mltk/docs/python_api/models/siliconlabs/index.html) | Models used by the various MLTK examples | | [TinyML Models](https://siliconlabs.github.io/mltk/docs/python_api/models/tinyml/index.html) | Models used by the [TinyML](https://github.com/mlcommons/tiny) benchmark | | [TF-Lite Micro Models](https://siliconlabs.github.io/mltk/docs/python_api/models/tflite_micro/index.html) | Models developed by the Tensorflow-Lite Micro team | | [Common Model Architectures](https://siliconlabs.github.io/mltk/docs/python_api/models/common_models.html) | Common, non-application specific model architectures | ```{toctree} :maxdepth: 1 :hidden: ./examples/index ./siliconlabs/index ./tinyml/index ./tflite_micro/index ./common_models ```