Bad results obtained for LS-SVM regression. Any help?

Asked by Chaou on 14 Apr 2013
Latest activity Edited by Chaou about 10 hours ago

Hello. Although I read many times the tutorial for this LS-SVM toolbox http://www.esat.kuleuven.be/sista/lssvmlab/ , I'm still having very bad results when I use it for regression.

Here is the code I execute:

% Initialisation of the model
model = initlssvm(X,Y,'f',[],[],'RBF_kernel','o');
% Tuning of the model, optimizing the choice of gam and sig2
model = tunelssvm(model,'simplex','crossvalidatelssvm',{10,'mae'});
% Training 
model = trainlssvm(model);
% Prediction of results
Yt=simlssvm(model,Xt)

The results obtained are far different from the initial ones. I really don't understand what I do wrong. Any one help me, please ? Thank you!

0 Comments

Chaou

Tags

Products

No products are associated with this question.

0 Answers

Contact us