Supervised Multiclass Classification Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "]] ** " to "]]. ** ")
m (Text replacement - "ers]] " to "er]]s ")
 
Line 29: Line 29:
=== 2009 ===
=== 2009 ===
* ([[Rifkin, 2009]]) ⇒ [[Ryan Rifkin]]. ([[2009]]). “[http://www.mit.edu/~9.520/spring09/Classes/multiclass.pdf Multiclass Classification].” In: MIT Course, 9.520: Statistical Learning Theory and Applications, Spring 2009.
* ([[Rifkin, 2009]]) ⇒ [[Ryan Rifkin]]. ([[2009]]). “[http://www.mit.edu/~9.520/spring09/Classes/multiclass.pdf Multiclass Classification].” In: MIT Course, 9.520: Statistical Learning Theory and Applications, Spring 2009.
** QUOTE: [[OVA]] and [[AVA]] are so simple that many [[researcher|people]] [[independently invented|invented them independently]]. </s> It’s hard to write [[ML paper|papers]] about [[them]]. </s> So there’s a whole cottage industry in fancy, [[sophisticated method]]s for [[multiclass classification]]. </s> To the best of [[Ryan Rifkin|my]] knowledge, choosing [[properly tuned]] [[regularization classifier]]s ([[RLSC]], [[SVM]]) as your underlying [[supervised binary classifier|binary classifier]]s and using [[one-vs-all (OVA)]] or [[all-vs-all (AVA)]] works as well as anything else you can do. </s> If you actually have to solve a [[supervised multiclass problem|multiclass problem]], I strongly urge you to simply use [[OVA]] or [[AVA]], and not worry about anything else. </s> The [[algorithm selection|choice]] between [[OVA]] and [[AVA]] is largely [[computational-based decision|computational]]. </s>
** QUOTE: [[OVA]] and [[AVA]] are so simple that many [[researcher|people]] [[independently invented|invented them independently]]. </s> It’s hard to write [[ML paper|paper]]s about [[them]]. </s> So there’s a whole cottage industry in fancy, [[sophisticated method]]s for [[multiclass classification]]. </s> To the best of [[Ryan Rifkin|my]] knowledge, choosing [[properly tuned]] [[regularization classifier]]s ([[RLSC]], [[SVM]]) as your underlying [[supervised binary classifier|binary classifier]]s and using [[one-vs-all (OVA)]] or [[all-vs-all (AVA)]] works as well as anything else you can do. </s> If you actually have to solve a [[supervised multiclass problem|multiclass problem]], I strongly urge you to simply use [[OVA]] or [[AVA]], and not worry about anything else. </s> The [[algorithm selection|choice]] between [[OVA]] and [[AVA]] is largely [[computational-based decision|computational]]. </s>


=== 2004 ===
=== 2004 ===

Latest revision as of 00:44, 19 August 2024

A Supervised Multiclass Classification Algorithm is a supervised classification algorithm that is a multiclass classification algorithm which can be implemented by a supervised multiclass classification system (to solve a supervised multiclass classification task).



References

2009

2004

2002

2001

1995