Moniluokittelutehtävissä
Moniluokittelutehtävissä, or multi-class classification in English, is a fundamental problem in machine learning and pattern recognition. It involves assigning an input instance to one of three or more distinct categories or classes. This contrasts with binary classification, where the task is to choose between only two possible outcomes.
The goal of a multi-class classification model is to learn a mapping from input features to the
Common algorithms used for multi-class classification include extensions of binary classifiers, such as one-vs-rest (OvR) or
The performance of a multi-class classifier is typically evaluated using metrics like accuracy, precision, recall, F1-score,