采用遗传算法的男女生分类器我要分享

Male and female students classifier based on genetic algorithm

AUC-SVM 特征选择算法 男女生分类器 svm-auc svm识别分类

关注次数: 311

下载次数: 2

文件大小: 10KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

采用遗传算法对男女生样本数据中的身高,体重,喜欢数学,喜欢文学,喜欢运动,喜欢模式识别共6个特征进行特征选择,并基于所得到的最佳特征采用SVM设计男女生分类器,并计算模型预测性能(包含SE,SP,ACC和AUC )。提示:可以用6位的0/1进行编码,适应度函数可以考虑类似 。


English Description:

In this paper, genetic algorithm is used to select the six features of height, weight, like mathematics, like literature, like sports, like pattern recognition in the sample data of male and female students. Based on the best features, SVM is used to design the classifier of male and female students, and the prediction performance of the model (including se, SP, ACC and AUC) is calculated. Hint: it can be coded with 0 / 1 of 6 bits, and the fitness function can be considered to be similar.


代码预览

code

....\GA.m

....\GA_J.m

....\J.m

....\species.xlsx