Multi-class classification and multi-label classification

Source: Internet
Author: User

Given a set of training instances (X1, Y1), (X2, Y2), ... (Xn, Yn), typically, each instance of Xi i=1,2,..., N is an m-dimensional vector, Yi is a vector with an L (l>=1) category, and the task of classifying is to learn a model f:x->y from the training instance, thus giving a trustworthy category prediction to the new instance.

The classifier for multi-class classification (Multiclass classification) is designed to specify a unique classification category for a new instance, with two common strategies: based on the posterior probability or distance given to all categories of measures at once, select the category with the largest measure as the forecast category , decompose the multi-class classification into many two-tuple classification questions, and then combine the results of all the two-tuple classifications.

The Multi-label classification (Multilabel classification) classifier assigns multiple categories to a new instance. This classification model has a wide range of practical applications, such as: A document may belong to multiple classifications at the same time, and a protein may have multiple functions. Also, there may be a certain dependency or binding relationship between multiple tags, such as Go (Gene Ontology), which is composed of all the functions of the protein. This dependency or constraint relationship has hierarchical characteristics, which can often be described as a tree or a direction-free graph structure, which the machine learning Community calls hierarchical multi-label classification. Because the output of the model has a hierarchical structure, the hierarchical multi-label classification belongs to another recently very active research area: structural prediction. Hierarchical multi-label classification and structural prediction are new and challenging research areas.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.