
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
"walala" <[EMAIL PROTECTED]> wrote:Dear Aleks
I saw a lot buzzword about SVM? What is it? And why is it hot? Can it be used for curve fitting/extrapolate/prediction problem?
SVM is hot because you can use relatively robust quadratic programming
optimization apparatus instead of the incremental back-propagation
most people use for neural networks:
that you need to set, and even if you don't set them, it's likely to work. Furthermore, the whole methodology is a bit more rigorous mathematically. Finally, the tools are simple and accessible.
RBF kernels are just one of a large set of available kernels for SVM. There are linear ones, polynomial ones, or even adaptive ones.
Aleks
| <-- __Chronological__ --> | <-- __Thread__ --> |