Linear Classifier: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - " “" to " “")
m (Text replacement - "** ..." to "** …")
Line 7: Line 7:
=== 2004 ===
=== 2004 ===
* ([[2004_TheEntireRegulPathForTheSVM|Hastie et al., 2004]]) ⇒ [[Trevor Hastie]], [[Saharon Rosset]], [[Robert Tibshirani]], and Ji Zhu. ([[2004]]). “[http://www.jmlr.org/papers/volume5/hastie04a/hastie04a.pdf The Entire Regularization Path for the Support Vector Machine].” In: The Journal of Machine Learning Research, 5.
* ([[2004_TheEntireRegulPathForTheSVM|Hastie et al., 2004]]) ⇒ [[Trevor Hastie]], [[Saharon Rosset]], [[Robert Tibshirani]], and Ji Zhu. ([[2004]]). “[http://www.jmlr.org/papers/volume5/hastie04a/hastie04a.pdf The Entire Regularization Path for the Support Vector Machine].” In: The Journal of Machine Learning Research, 5.
** .... We start off with the simple case of a linear classifier, where our goal is to estimate a linear decision function
** . We start off with the simple case of a linear classifier, where our goal is to estimate a linear decision function
*** ''ƒ''(''x'') = β<sub>0</sub>+β<sup>T</sup>''x'',
*** ''ƒ''(''x'') = β<sub>0</sub>+β<sup>T</sup>''x'',
** and its associated classifier
** and its associated classifier

Revision as of 04:04, 29 April 2020

.



References

2004