ELM进行训练分类我要分享

Elm for training classification

ELM分类· iris ELM分类 ELM数据集红酒 极限学习机---数据分类

关注次数: 401

下载次数: 3

文件大小: 17KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

内含两个数据集---iris_data和classsim,分别为艾瑞斯花和红酒的分类训练数据。分别用这两个数据集对极限学习机(ELM)进行训练,并测试ELM的分类效果。


English Description:

It contains two datasets -- iris_ Data and classsim are the classification training data of iris flower and red wine respectively. The extreme learning machine (ELM) is trained with these two datasets, and the classification effect of elm is tested.


代码预览

ELM分类\classsim.mat

ELM分类\elmpredict.m

ELM分类\elmtrain.m

ELM分类\iris_data.mat

ELM分类\main_iris.m

ELM分类\mian_classsim.m

ELM分类