![]() |
#1
|
|||
|
|||
![]()
I'm getting different results for scaled and non scaled data. So can I get clarification, whether the data has to be scaled or not? Thank you.
|
#2
|
|||
|
|||
![]()
For libsvm, the user guide and README recommend scaling and using the same scaling factors for training and testing sets.
Libsvm can save the scaling factors from the training data and apply it to the test data: svm-scale -s scaling_parameters train_data > scaled_train_data svm-scale -r scaling_parameters test_data > scaled_test_data For the 1 vs 5 classifier, it is still necessary to filter out the unused digits first. |
#3
|
|||
|
|||
![]()
I believe (though please correct me if I'm wrong) that scaling will change the effective meaning of C, so I'm hesitant to use it here. My impression is that scaling is generally recommended in the real world, but in terms of the answers for this homework, I'm not sure.
|
#4
|
||||
|
||||
![]() Quote:
![]() ![]()
__________________
Where everyone thinks alike, no one thinks very much |
#5
|
|||
|
|||
![]()
Thank you professor.
|
#6
|
|||
|
|||
![]() Quote:
I understand that you are saying that the kernels are different whether you scale or not, but when you say the homework is stated in terms of a "given kernel", which kernel is that, scaled or not? Everyone seems to take your statement as we should not scale, but it is not clear to me that is what you meant. Again, sorry if I am being obtuse. Going on very little sleep, here ![]() |
#7
|
||||
|
||||
![]() Quote:
![]() ![]() ![]() ![]() ![]() ![]() Nothing wrong with scaling the training inputs in general, but the multiple-choice answers are based on the specific kernel and the ![]()
__________________
Where everyone thinks alike, no one thinks very much |
![]() |
Tags |
hw8, scaling |
Thread Tools | |
Display Modes | |
|
|