Classification is the process of categorizing data into different classes or categories based on its features. In the context of machine learning, classification refers to the task of predicting the category of a given input data point, primarily using supervised learning. Methods of classification we will be discussing today:
Supervised Learning • Providing labeled training data with known correct answers • Example: Annotated cancer cell images for computer vision training
Features • Characteristics of data used for classification • Example: Estate location or number of rooms
Classes • Categories that data points are sorted into • Example: Messages labeled as spam or not spam
Regression techniques can be adapted for classification tasks • Example: Linear classifiers



