Image Prediction (Legacy Version)ΒΆ
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.
Note: AutoGluon ImagePredictor will be deprecated in v0.7. Please try our AutoGluon Multimodal for more functionalities and better support for your image classification need.
Dataset preparation for Image Prediction
Quick start tutorial for image classification.
More in-depth image classification tutorial, including non-default hyperparameters and how to tune them.