Image Classification
Learn the fundamentals of image classification and some popular image classification techniques.
We'll cover the following...
What is image classification?
Image classification, also known as image recognition, is used to classify an image based on its features. It has several practical applications, such as object detection, object recognition in self-driving cars, anomaly detection in medical images, image classification in social media posts, and more. The following block diagram illustrates how images are classified:
Many techniques are used for image classification, including support vector machines, k-nearest neighbors, decision trees, random forests, ensemble learnings, and many more.
Press + to interact
Support vector machines
A support vector machine (SVM) is a ...