概述
Learning
6 models are used in the learning steps: K-Nearest Neighbor, perception, decision tree, support vector machine, multi-layer perception and Na?ve Bayesian. I designed a RBF classifier and MLP classifier at first but they are too slow for the reason that matrix manipulation hasn’t been designed carefully, so I use the function in the library instead. Parameter determination for these classifiers are:
①K-NN
When k≥5,the accuracy trends to be stable, so k=5
②Decision tree
Maxcrit is used as binary splitting criterion.
③MLP
5 units for hidden is enough
最后
以上就是虚拟短靴为你收集整理的华南理工 计算机大作业论文,华南理工大学《模式识别》大作业报告的全部内容,希望文章能够帮你解决华南理工 计算机大作业论文,华南理工大学《模式识别》大作业报告所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复