Modeling with Support Vector Machine in regression problem

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have 20 independent variables(explanatory)and 1 dependent(respond) variable and I wish to use SVM as a regression problem to predict my dependent variable. but the point is that my independent(explanatory)variables are ranging differently.



e.g
x1 < 0 , x2 > 0 ,
{-1


The question is that:



Am I allow to use these explanatory variables in my SVM Regression model without normalizing them? or I should normal them first and then use them to estimate my respond variable?



If I should normal them, is there any specific normalization formula?







share|cite|improve this question



















  • It depends... Do your independent variables (predictors) have the same unit (and you shouldn't rescale them)? Otherwise, SVM generally works better if your predictors have similar magnitude (in which case using a simple function like scale in R would work).
    – grixor
    Jul 18 at 16:36










  • actually, the predictors are from several sources with different units. Thanks for your response.
    – morteza
    Jul 18 at 16:46










  • Ah I see. Then it probably makes sense to rescale them.
    – grixor
    Jul 18 at 16:49














up vote
0
down vote

favorite












I have 20 independent variables(explanatory)and 1 dependent(respond) variable and I wish to use SVM as a regression problem to predict my dependent variable. but the point is that my independent(explanatory)variables are ranging differently.



e.g
x1 < 0 , x2 > 0 ,
{-1


The question is that:



Am I allow to use these explanatory variables in my SVM Regression model without normalizing them? or I should normal them first and then use them to estimate my respond variable?



If I should normal them, is there any specific normalization formula?







share|cite|improve this question



















  • It depends... Do your independent variables (predictors) have the same unit (and you shouldn't rescale them)? Otherwise, SVM generally works better if your predictors have similar magnitude (in which case using a simple function like scale in R would work).
    – grixor
    Jul 18 at 16:36










  • actually, the predictors are from several sources with different units. Thanks for your response.
    – morteza
    Jul 18 at 16:46










  • Ah I see. Then it probably makes sense to rescale them.
    – grixor
    Jul 18 at 16:49












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have 20 independent variables(explanatory)and 1 dependent(respond) variable and I wish to use SVM as a regression problem to predict my dependent variable. but the point is that my independent(explanatory)variables are ranging differently.



e.g
x1 < 0 , x2 > 0 ,
{-1


The question is that:



Am I allow to use these explanatory variables in my SVM Regression model without normalizing them? or I should normal them first and then use them to estimate my respond variable?



If I should normal them, is there any specific normalization formula?







share|cite|improve this question











I have 20 independent variables(explanatory)and 1 dependent(respond) variable and I wish to use SVM as a regression problem to predict my dependent variable. but the point is that my independent(explanatory)variables are ranging differently.



e.g
x1 < 0 , x2 > 0 ,
{-1


The question is that:



Am I allow to use these explanatory variables in my SVM Regression model without normalizing them? or I should normal them first and then use them to estimate my respond variable?



If I should normal them, is there any specific normalization formula?









share|cite|improve this question










share|cite|improve this question




share|cite|improve this question









asked Jul 18 at 15:58









morteza

92




92











  • It depends... Do your independent variables (predictors) have the same unit (and you shouldn't rescale them)? Otherwise, SVM generally works better if your predictors have similar magnitude (in which case using a simple function like scale in R would work).
    – grixor
    Jul 18 at 16:36










  • actually, the predictors are from several sources with different units. Thanks for your response.
    – morteza
    Jul 18 at 16:46










  • Ah I see. Then it probably makes sense to rescale them.
    – grixor
    Jul 18 at 16:49
















  • It depends... Do your independent variables (predictors) have the same unit (and you shouldn't rescale them)? Otherwise, SVM generally works better if your predictors have similar magnitude (in which case using a simple function like scale in R would work).
    – grixor
    Jul 18 at 16:36










  • actually, the predictors are from several sources with different units. Thanks for your response.
    – morteza
    Jul 18 at 16:46










  • Ah I see. Then it probably makes sense to rescale them.
    – grixor
    Jul 18 at 16:49















It depends... Do your independent variables (predictors) have the same unit (and you shouldn't rescale them)? Otherwise, SVM generally works better if your predictors have similar magnitude (in which case using a simple function like scale in R would work).
– grixor
Jul 18 at 16:36




It depends... Do your independent variables (predictors) have the same unit (and you shouldn't rescale them)? Otherwise, SVM generally works better if your predictors have similar magnitude (in which case using a simple function like scale in R would work).
– grixor
Jul 18 at 16:36












actually, the predictors are from several sources with different units. Thanks for your response.
– morteza
Jul 18 at 16:46




actually, the predictors are from several sources with different units. Thanks for your response.
– morteza
Jul 18 at 16:46












Ah I see. Then it probably makes sense to rescale them.
– grixor
Jul 18 at 16:49




Ah I see. Then it probably makes sense to rescale them.
– grixor
Jul 18 at 16:49















active

oldest

votes











Your Answer




StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2855724%2fmodeling-with-support-vector-machine-in-regression-problem%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2855724%2fmodeling-with-support-vector-machine-in-regression-problem%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

Color the edges and diagonals of a regular polygon

Relationship between determinant of matrix and determinant of adjoint?

What is the equation of a 3D cone with generalised tilt?