极限学习机,matlab我要分享

Extreme learning machine, matlab

关注次数: 200

下载次数: 0

文件大小: 3.56 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:ELM算法是由南洋理工大学黄广斌副教授提出,相比于BP算法复杂的参数设置,该算法结构简单,只需输入隐层节点数即可,输入权值和阈值随机输入成后为固定值,输出权值由隐含层输出与网络输出数据确定,因此ELM算法属于前馈型神经网络,并且学习速度较快、泛化能力好。


English Description:

Elm algorithm is proposed by Associate Professor Huang guangbin of Nanyang University of technology. Compared with the complex parameter setting of BP algorithm, the structure of elm algorithm is simple. It only needs to input the number of hidden layer nodes, and the input weight and threshold are fixed after random input. The output weight is determined by the hidden layer output and network output data. Therefore, elm algorithm belongs to feedforward neural network, and its learning speed is fast Good generalization ability.


代码预览

相关推荐