Computer Science, asked by varshitha8447, 1 year ago

Select the correct option which directly achieve multi-class classification (without support of binary classifiers)

Answers

Answered by prathamesh1855
0
Vector Machines





Hope It Helps.☺️

amitmurarka83: Correct Answer is: K Nearest Neighbor
Answered by Sidyandex
1

Multi-class or multinomial classification is a major problem In the process of machine learning, of classifying instances into one of three or more classes.

Hence, Classifying instances into one of the two classes is termed as binary classification.

While some classification algorithms naturally allow the use of multiple classes, others are by nature are binary algorithms.

However, these can, however, can be diverted into multinomial classifiers by adopting a variety of strategies.

Without the support of binary classifiers the direct achievers of multi-class classification are described below :

•    Extreme learning machines

•    k-nearest neighbors

•    Naive Bayes

•    Decision trees

•    1.2.5 Support vector machines.


amitmurarka83: Correct Answer is: K Nearest Neighbor
Similar questions