Search results for: libsvm
SVM is mostly commonly used for binary classifications. But one branch of SVM, SVM regression or SVR, is able to fit a continuous function...
I am learning svm lately and tried libsvm. It’s a good package. Linear kernel example (support vectors are in circles): Nonlinear example (radial basis)...
It would be nice if we can predict the future. For example, give the following time series, can we predict the next point? Let’s...
updated: 2010/01/05, add plot of original data Assume our data contains two features and they are highly correlated (say, r>0.9). The 1st feature does...