采用SVM设计男女生分类器。我要分享

SVM is used to design the classifier for male and female students.

男女生分类器 svm-auc AUC-SVM 采用SVM设计 交叉验证-SVM

关注次数: 310

下载次数: 1

文件大小: 21KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

采用SVM设计男女生分类器。采用的特征包含身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征。要求:采用平台提供的软件包进行分类器的设计以及测试,尝试不同的核函数设计分类器,采用交叉验证的方式实现对于性能指标的评判(包含SE,SP,ACC和AUC,AUC的计算基于平台的软件包)。


English Description:

SVM is used to design the classifier for male and female students. The features include height, weight, whether like mathematics, whether like literature, whether like sports. Requirements: the software package provided by the platform is used to design and test the classifier, different kernel functions are used to design the classifier, and cross validation is used to evaluate the performance indicators (including se, SP, ACC and AUC, AUC calculation is based on the software package of the platform).


代码预览

code

....\SVM.m

....\SVM.xlsx

....\SVM_t.xlsx

....\SVM_yz.xlsx