Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

SVM classification when testing

Hi, I have created an SVM classifier for 4 different classes. When testing it with my training data (same data used to train the svm) I get very good predictions ~98% correct.

However when using data outside of my training set, even though it looks similar, I get very poor predictions.

Any suggestions on why this is happening ? I've seen mention of "normalization" and read around about it but I don't quite get what it's for. I'm using Hu Moments as features.

Thanks

SVM classification when testing

Hi, I have created an SVM classifier for 4 different classes. When testing it with my training data (same data used to train the svm) I get very good predictions ~98% correct.

However when using data outside of my training set, even though it looks similar, I get very poor predictions.

Any suggestions on why this is happening ? I've seen mention of "normalization" and read around about it but I don't quite get what it's for. I'm using the natural log of Hu Moments as features.

Thanks