4

I understand what SVM is but I have come across people saying Support Vector Regressions (SVR) and I do not know what is the difference between SVM and SVR.

Can someone point out the mathematical differences between the two ? When do we use one over the other ?

Also, is there any resources with mathematical derivation and R Code which will allow me to read up on the mathematics and implementation of the Support Vector Regression?

mynameisJEFF
  • 1,583
  • 4
  • 24
  • 29

2 Answers2

3
  • a support vector machine performs classification
  • support vector regression performs regression

Related:

Franck Dernoncourt
  • 42,093
  • 30
  • 155
  • 271
  • 4
    I think this much the OP already knows... And the linked answer is not that strong either. – usεr11852 Jun 25 '17 at 22:57
  • @usεr11852 if he wants to know how SVR works then the question is pretty much a duplicate – Franck Dernoncourt Jun 25 '17 at 23:04
  • I agree with your assessment this question being a potential duplicate. Maybe I read too much in the opening statement "*I understand what SVM is*" so I cannot see any non-obvious information being communicated. I will delete my comments and upvote if the OP finds this helpful (and/or accepts as an answer). – usεr11852 Jun 25 '17 at 23:20
  • @usεr11852 I have added some answer in [Support vector machines and regression](https://stats.stackexchange.com/q/13194/12359) – Franck Dernoncourt Jun 28 '17 at 22:09
3

I think this query is well addressed on the following link:

SVM vs. SVR