Why Standardization = false is slow & has low accuracy?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I am working on SVM kernel using Matlab. I have got following examples:
Quadratic SVM accuracy is 7.3%; Kernel function = quadratic, Kernel Scale Mode = Auto; Multiclass method one versus all, Box constrained level = 4 Standardized data=false
Quadratic SVM accuracy 9.1% and confusion matrix mode auto multiclass method one versus all Box constraint 10 standarddize data false PCA disable
Quadratic SVM accuracy is 9.4%; Kernel function = quadratic, Kernel Scale Mode = Auto; Multiclass method one versus one, Box constrained level = 4 Standardized data=false 2960.2s
Quadratic SVM accuracy is 19.6; Kernel function = quadratic, Kernel Scale Mode = Manual; Multiclass method one versus one, Box constrained level = 4 Standardized data=false ,2682s
In all the above examples, it generated a low accuracy and kernel took lot of time. I found that we don't do normalization and encoding in Standardization= false. So what is the reason for this bad performance.
Good accuracy is 62.8 and better with Standardization= true for quadratic and Guassian kernels. Please guide me.
Zulfi.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!