Files
MachineLearningNotebooks/how-to-use-azureml/automated-machine-learning/image-classification-multiclass

page_type, languages, products, description
page_type languages products description
sample
python
azure-machine-learning
Notebook showing how to use AutoML for training an Image Classification Multi-Class model. We will use a small dataset to train the model, demonstrate how you can tune hyperparameters of the model to optimize model performance and deploy the model to use in inference scenarios.

Image Classification Multi-Class using AutoML for Images

  • Dataset: Toy dataset with images of products found in a fridge
    • Jupyter Notebook
      • train an Image Classification Multi-Class model using AutoML
      • tune hyperparameters of the model to optimize model performance
      • deploy the model to use in inference scenarios