3260 papers • 126 benchmarks • 313 datasets
Classification is the task of categorizing a set of data into predefined classes or groups. The aim of classification is to train a model to correctly predict the class or group of new, unseen data. The model is trained on a labeled dataset where each instance is assigned a class label. The learning algorithm then builds a mapping between the features of the data and the class labels. This mapping is then used to predict the class label of new, unseen data points. The quality of the prediction is usually evaluated using metrics such as accuracy, precision, and recall.
(Image credit: Papersgraph)
These leaderboards are used to track progress in classification-27
Use these libraries to find classification-27 models and implementations
Adding a benchmark result helps the community track progress.