|
|
|
|
|
by rm999
5002 days ago
|
|
Interesting, a quick glance at a paper on SVRs indicate they kind of work in the opposite manner of a SVM - in an SVM you try to maximize the number of points far away from the separator (taking into account class), whereas in regression you are trying to minimize this. Do you have much background using them? I'm curious how they perform on real-world tasks. |
|
I haven't really used SVRs aside from some exploratory work, so I can't speak too much about them. But I know they exist!