From the course: Deep Learning with Python: Convolutional Neural Networks
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
What is image classification? - Python Tutorial
From the course: Deep Learning with Python: Convolutional Neural Networks
What is image classification?
- [Lecturer] Image Classification is a task of assigning an entire image a label from a predefined set of categories. For example, given a photo, an image classification model could classify it as either that of a fish, a dog, a cat, or a bird, depending on which label from its predefined list best matches the image content. Image classification is useful when you only need to know what's labeled to assign to an entire image rather than where objects are located on an image or what their exact shape is. Along with the predictive class label, the output of an image classifier usually includes a confidence score that reflects the model's certainty in its prediction. Some real-world examples of image classification include classifying medical images such as "Labeling X-rays as healthy or diseased", "Identifying plant species from photographs of leaves", and "Recognizing handwritten digits in postal codes or forms". Convolutional Neural Networks are especially well-suited for image…
Contents
-
-
-
-
-
-
- (Locked) What is image classification?2m 23s
- (Locked) Using a pretrained model for image classification in Python2m 44s
- (Locked) What is object detection?3m 45s
- (Locked) Using a pretrained model for object detection in Python3m 40s
- (Locked) What is image segmentation?2m 20s
- (Locked) Using a pretrained model for image segmentation in Python3m 56s
- (Locked)
-