ELM算法,用汽油近红外光谱辛烷值数据集对ELM网络进行训练我要分享

Elm algorithm, using gasoline near infrared spectrum octane number data set to train elm network

辛烷值预测 辛烷值 近红外 极限学习机 数据预测

关注次数: 316

下载次数: 1

文件大小: 170KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

给出了一种极限学习机(elm)算法,并用汽油近红外光谱辛烷值数据集对ELM网络进行训练,最后用ELM对汽油辛烷值进行预测,并对预测结果进行评价。文件内含ELM工具箱,可直接在MATLAB运行。


English Description:

An extreme learning machine (ELM) algorithm is presented, and the elm network is trained with gasoline near infrared spectrum octane number data set. Finally, the elm is used to predict gasoline octane number, and the prediction results are evaluated. The file contains elm toolbox, which can be run directly in MATLAB.


代码预览

ELM预测\elmpredict.m

ELM预测\elmtrain.m

ELM预测\main_spectra.m

ELM预测\spectra_data.mat

ELM预测