采用BP神经网络设计男女生分类器我要分享

Using BP neural network to design classifier for male and female students

bp-男女生 男女生分类器 神经网络设计 算法评判se-sp 女生的BP

关注次数: 575

下载次数: 4

文件大小: 1KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为5。要求:自行编写代码完成后向传播算法,采用交叉验证的方式实现对于性能指标的评判(包含SE,SP,ACC和AUC,AUC的计算可以基于平台的软件包)。


English Description:

BP neural network is used to design the classifier for male and female students. The features used include height, weight, whether like mathematics, whether like literature, whether like sports, a total of five features. BP neural network contains a hidden layer, hidden layer node number is 5. Requirements: write your own code to complete the back propagation algorithm, and use the cross validation method to evaluate the performance indicators (including se, SP, ACC and AUC, AUC calculation can be based on the software package of the platform).


代码预览

divide.m

getdata.m

Untitled14.m