Artificial Intelligence

Image Classification

A computer vision task that assigns a category label to an entire image. The model determines what the main subject of the image is from a predefined set of categories.

Why It Matters

Image classification is the foundational computer vision task. It powers photo organization, medical screening, quality inspection, and content moderation.

Example

A model looking at a photo and outputting: 'Golden Retriever (92% confidence)' — classifying the entire image into one of 1,000 possible categories.

Think of it like...

Like a librarian sorting books by genre — they look at each book (image) and assign it to the right shelf (category) based on its content.

Related Terms