ব্যাখ্যা
Classification is a type of supervised learning where the goal is to assign input data to one of several predefined categories or classes. In this example, an email is classified into either the spam or not spam category.
Example:
In a spam filter, the system is trained on labeled data (emails labeled as "spam" or "not spam") and learns to classify new emails into one of these categories.
Source: Artificial Intelligence: A Modern Approach by Stuart Russell and Peter Norvig