Question: 2 . Preprocessing tasks: You are requested to repeat all the experiments in Section 4 below using the following normalization techniques: a . Normalize the
Preprocessing tasks:
You are requested to repeat all the experiments in Section below using the following
normalization techniques:
a Normalize the feature variables using zscores
b Normalize the feature variables using minmax
Data split into train and test sets:
You are requested to repeat all the experiments in Section below using three splits of
the data. You can do that by fixing the randomstate parameter to and This will
generate different train and test sets. Then:
a Report the R and MSE for each test split, as described in Section
b Report the average R and MSE for all test splits, as described in Section
Regression:
You need to use all of the following regression techniques:
a Linear regression
b SVM with linear kernel
c SVM with polynomial kernel
d SVM with RBF kernel
e Neural Networks
In summary, you need to carry out the experiments in the following manner:
Loop for both normalization techniques of Section of the project details
Loop for each of the three data splits of Section of the project details
Loop for each classifier or regressor of Section of the project details
So the total number of experiments is:
normalizations x data splits x regressors experiments
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
