Support Vector-based Classification Model Training Algorithm: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - ". ----" to ". ----")
m (Text replacement - ". " to ". ")
 
Line 4: Line 4:
** It can be a [[Kernel-based Predictive Classifier]].
** It can be a [[Kernel-based Predictive Classifier]].
** It uses [[Support Vector]]s to define the [[Decision Boundary]].
** It uses [[Support Vector]]s to define the [[Decision Boundary]].
** It can be based on the [[Margin]] between the two [[Class]]es.  
** It can be based on the [[Margin]] between the two [[Class]]es.
** Optimal hyperplane is the one with maximal margin of separation between the two classes.  
** Optimal hyperplane is the one with maximal margin of separation between the two classes.
** It can be learned by a [[Support Vector Machine Learning Algorithm]].
** It can be learned by a [[Support Vector Machine Learning Algorithm]].
** It can be:
** It can be:
Line 30: Line 30:
* ([[2004_ConvolutionKernelsForSRL|Moschitti, 2004]]) ⇒ [[Alessandro Moschitti]]. ([[2004]]). “[http://ai-nlp.info.uniroma2.it/moschitti/TK1.2-software/Tree-Kernel.htm A study on Convolution Kernels for Shallow Semantic Parsing].” In: Proceedings of the 42nd Conference on Association for Computational Linguistic ([[ACL 2004]]).
* ([[2004_ConvolutionKernelsForSRL|Moschitti, 2004]]) ⇒ [[Alessandro Moschitti]]. ([[2004]]). “[http://ai-nlp.info.uniroma2.it/moschitti/TK1.2-software/Tree-Kernel.htm A study on Convolution Kernels for Shallow Semantic Parsing].” In: Proceedings of the 42nd Conference on Association for Computational Linguistic ([[ACL 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.
** The '''support vector machine</B> ('''SVM</B>) is a widely used tool for <B>classification</B>. Many efficient implementations exist for fitting a '''two-class SVM model</B>. The user has to supply values for the tuning parameters: the regularization cost parameter, and the kernel parameters.  
** The '''support vector machine</B> ('''SVM</B>) is a widely used tool for <B>classification</B>. Many efficient implementations exist for fitting a '''two-class SVM model</B>. The user has to supply values for the tuning parameters: the regularization cost parameter, and the kernel parameters.


=== 2001 ===
=== 2001 ===

Latest revision as of 14:09, 2 August 2022

A Support Vector-based Classification Model Training Algorithm is an Support Vector-based Model Training Algorithm that can produce a Support Vector-based Classification Model.



References

2009

2004

2001

1999

1995