Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Does, in some sense, Kernel Ridge Regression refer to the same class of problems as Support Vector Regression? Should I use them almost equivalently?

share|improve this question

1 Answer

Yes, they refer to the same class of problems, aka. fitting a linear function to data in possibly transformed space, but they don't solve the same optimization problem (they have different loss functions), and will give different results.

To see the exact difference you may want to see chapters $3.4.1$ and $12.3.6$ of Elements of Statistical learning II, the e-book can be found for free here

http://www-stat.stanford.edu/~tibs/ElemStatLearn/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.