Relation

Examples of Multiclass-multioutput Classification

  • For example, classification of the properties “type of fruit” and “colour” for a set of images of fruit. The property “type of fruit” has the possible classes: “apple”, “pear” and “orange”. The property “colour” has the possible classes: “green”, “red”, “yellow” and “orange”. Each sample is an image of a fruit, a label is output for both properties and each label is one of the possible classes of the corresponding property. (https://scikit-learn.org/stable/modules/multiclass.html)

  • Aspect-Based Sentiment Analysis

0

1

Updated 2021-09-25

Tags

Data Science