Hacker News new | past | comments | ask | show | jobs | submit login

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.




Yeah, there's the SVR "pipe" concept, where you attempt to fit the margin s.t. points are close to it. It's a great alternate use of SVM's obj. function optimization.

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!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: