Modeling with Support Vector Machine in regression problem
Clash 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?
linear-algebra regression machine-learning estimation
add a comment |Â
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?
linear-algebra regression machine-learning estimation
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
add a comment |Â
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?
linear-algebra regression machine-learning estimation
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?
linear-algebra regression machine-learning estimation
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
add a comment |Â
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
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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