One-vs-Rest Multiclass Classification Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "<P> [[" to "<P>  [[")
m (Text replacement - "ers]] " to "er]]s ")
 
Line 23: Line 23:
=== 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: [[One-vs-Rest Multiclass Classification Algorithm|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-Rest Multiclass Classification Algorithm|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 [[One-vs-Rest Multiclass Classification Algorithm|OVA]] or [[AVA]], and not worry about anything else. </s> The [[algorithm selection|choice]] between [[One-vs-Rest Multiclass Classification Algorithm|OVA]] and [[AVA]] is largely [[computational-based decision|computational]]. </s>
** QUOTE: [[One-vs-Rest Multiclass Classification Algorithm|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-Rest Multiclass Classification Algorithm|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 [[One-vs-Rest Multiclass Classification Algorithm|OVA]] or [[AVA]], and not worry about anything else. </s> The [[algorithm selection|choice]] between [[One-vs-Rest Multiclass Classification Algorithm|OVA]] and [[AVA]] is largely [[computational-based decision|computational]]. </s>


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

Latest revision as of 00:45, 19 August 2024

An One-vs-Rest Multiclass Classification Algorithm is a binary-based supervised multiclass classification algorithm that first converts a supervised multi-class classification task (with [math]\displaystyle{ n }[/math]-classes) into [math]\displaystyle{ n }[/math] binary classification tasks.



References

2013

2009

2004