Image PredictionΒΆ

For classifying images based on their content, AutoGluon provides a simple fit() function that automatically produces high quality image classification models. A single call to fit() will train highly accurate neural networks on your provided image dataset, automatically leveraging accuracy-boosting techniques such as transfer learning and hyperparameter optimization on your behalf.

Prepare Dataset for Image Predictiondataset.html

Dataset preparation for Image Prediction

Quick Start Using FITbeginner.html

Quick start tutorial for image classification.

Use Your Own Datasetkaggle.html

How to participate in Kaggle image classification competitions.