Livejournal
Log in
Post
Friends
My journal
mythteria
in
ru_ir
SVM классификация
Feb 07, 2007 11:49
Добрый день.
А не подскажете, как выполняется классификация с использованием svm для нескольких классов?
svm
Leave a comment
Comments 8
rusl
February 7 2007, 11:08:55 UTC
Обычно используют схему "один против всех":
Finally, note that although the SVM classifiers described above are binary classifiers, they are easily combined to handle the multiclass case. A simple, effective combination trains N one-versus-rest classifiers (say, “one” positive, “rest” negative) for the N-class case and takes the class for a test point to be that corresponding to the largest positive distance.
(стр.23)
Reply
mythteria
February 7 2007, 11:53:16 UTC
Спасибо. Это я видел. а какие-нибудь еще варианты применяются?
Reply
rusl
February 7 2007, 12:07:49 UTC
http://www.cs.cornell.edu/People/tj/publications/tsochantaridis_etal_04a.pdf
- быть может это Вам будет интересно.
Reply
mythteria
February 7 2007, 12:22:44 UTC
Спасибо Вам еще раз. Это мне еще не попадалось, сейчас посмотрю.
Reply
hvostarik
February 20 2007, 17:14:25 UTC
В SVM есть два подхода (
...
)
Reply
hvostarik
April 4 2007, 05:53:13 UTC
Если еще актуально.
Есть реализация multi-class classifier на базе svm_light:
http://svmlight.joachims.org/svm_struct.html
Reply
mythteria
April 4 2007, 06:25:01 UTC
Еще актуально, но менее приоритетно, но все равно, Спасибо. Посмотрю.
Reply
mythteria
April 4 2007, 06:23:58 UTC
Большое спасибо за ссылки. Обзательно на них посмотрю.
Reply
Leave a comment
Up
Comments 8
Finally, note that although the SVM classifiers described above are binary classifiers, they are easily combined to handle the multiclass case. A simple, effective combination trains N one-versus-rest classifiers (say, “one” positive, “rest” negative) for the N-class case and takes the class for a test point to be that corresponding to the largest positive distance. (стр.23)
Reply
Reply
Reply
Reply
Reply
Есть реализация multi-class classifier на базе svm_light: http://svmlight.joachims.org/svm_struct.html
Reply
Reply
Reply
Leave a comment