Updatable Models
================

Core ML allows you to `personalize models <https://developer.apple.com/documentation/coreml/core_ml_api/personalizing_a_model_with_on-device_updates>`_ using the `MLUpdateTask API <https://developer.apple.com/documentation/coreml/mlupdatetask>`_. 

You can update the following types of models: neural networks, pipeline models, and nearest neighbors. For examples, see the following:

.. toctree::
   :maxdepth: 1

   updatable-neural-network-classifier-on-mnist-dataset.md
   updatable-tiny-drawing-classifier-pipeline-model.md
   updatable-nearest-neighbor-classifier.md
