Skip to content

Gender Classification based on Pattern Recognition. (模式识别,区分男女/性别)

License

Notifications You must be signed in to change notification settings

Amoiensis/Pattern_Recognition

Repository files navigation

Pattern Recognition

Gender Classification based on Pattern Recognition.

模式识别(区分男女/性别)

Author: Amoiensis

Email: [email protected]

Data:2020.02.08


更多资料和信息:

https://github.com/Amoiensis/Pattern_Recognition


  1. Thresholds--- 基于阈值判别

  2. Bayes-------- 贝叶斯判别

  3. Naive_Bayes-- 朴素贝叶斯判别

  4. Fisher------- Fisher判别法

  5. SVM---------- SVM(支撑向量机)

  6. SVM_QP------- 基于二次规划的SVM

  7. MLP---------- 多层感知器

####(错误率-不同方法)

训练样本数 特征数 Bayes FLD Linear SVM MLP
10x10 10 0.112205 0.145669 0.104331 0.122047
2 0.094488 0.125984 0.098425 0.104331
Dataset3 10 0.09252 0.112205 0.090551 0.094488
2 0.094488 0.094488 0.104331 0.090551

SVM 不同核函数分类情况

SVM 分类平面

SVM原理与证明

About

Gender Classification based on Pattern Recognition. (模式识别,区分男女/性别)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages