I've just implemented a version of the support vector regression algorithm. This is the primal optimization problem

alt text

Since it is the first time I really use this algorthm I'm wondering how to estimate the epsilon parameter. The epsilon parameter refers to the epsilon insensitive loss function, which is implicitly contained in the problem above i.e.:

alt text

So, is there some rule how to set this parameter?

asked Nov 10 '11 at 09:37

Tom's gravatar image

Tom
564510


One Answer:

I think the usual "solution" is to do cross validation. There might be good heuristics, though. If your output range is normalized to [0, 1], I would think something < 0.1 should be reasonable.

answered Nov 10 '11 at 09:45

Andreas%20Mueller's gravatar image

Andreas Mueller
1817133671

Your answer
toggle preview

powered by OSQA

User submitted content is under Creative Commons: Attribution - Share Alike; Other things copyright (C) 2010, MetaOptimize LLC.