Pattern Recognition

Gender Classification based on Pattern Recognition.

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

Author: Amoiensis

Email: [email protected]

更多资料和信息:

https://github.com/Amoiensis/Pattern_Recognition


问题介绍

通过对人群收集得到的10个维度的特征数据,基于这些特征的分析和处理,以预期受调查人群的性别情况。从一定程度上讲,本问题是一个典型的分类问题。

在本次实验中,在实验要求范围内,采用了Bayes决策、FLD(LDA)fisher线性判别、SVM(Linear)支撑向量机、MLP多层感知机,;此之外,还尝试了Naïve Bayes决策、概率密度函数估计结合Bayes决策求解、基于二次规划的SVM实现等。

 

CONTENT

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

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

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

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

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

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

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

Result

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

训练样本数 特征数 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

Example_SVM

SVM 不同核函数分类情况

模式识别(性别分类)Pattern Recognition

 

SVM 分类平面

(二维分类面 和 三维分类面)

模式识别(性别分类)Pattern Recognition模式识别(性别分类)Pattern Recognition

 

 

SVM原理与证明

模式识别(性别分类)Pattern Recognition

 

模式识别(性别分类)Pattern Recognition


ATTENTION

Please feel free to contact with me for any questions, thank you!

Please don't spread the files without permission!

未经允许,请勿转载!

本博客所有内容仅限于学习交流使用!

相关文章:

  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
  • 2021-04-18
  • 2021-08-24
  • 2021-11-15
  • 2021-07-17
猜你喜欢
  • 2021-09-05
  • 2022-12-23
  • 2021-12-10
  • 2021-06-15
  • 2022-01-20
  • 2021-11-17
相关资源
相似解决方案