搜索资源列表
elm
- 神经网络的ELM算法,比传统的BP和SVM都快,而且效果也很精确。运行平台是matlab,本人已经对原始ELM做了修改,可以适应多种函数,而且在数据处理方面自动产生分类矩阵。
ELM
- 基于matlab的极速学习机ELM的分类和回归算法-The speed of learning machine based on matlab classification and regression algorithm ELM
elm
- 使用matlab 实现ELM算法,可以用来分类的回归。
sinc
- elm matlab code for research
ELM
- 训练集/测试集产生 load spectra_data.mat 随机产生训练集和测试集 temp = randperm(size(NIR,1)) 训练集——50个样本 P_train = NIR(temp(1:50),:) T_train = octane(temp(1:50),:) 测试集——10个样本 P_test = NIR(temp(51:end),:) T_test = octane(temp(51:end),:) N = si
ELM
- extreme learning machine matlab code
os-elm
- 实现增量极限学习机,在线学习的方法等等,实现了在线连续学习功能-code written in matlab
elm
- ELM算法Matlab实现,Extreme Learning Machine是一种快速神经网络学习方法-Extreme Learning Machine
ELM
- 自编极限学习机Matlab代码,可运行。仅供参考-Using extreme learning machine Matlab code, can run. For reference only
OS-ELM
- 是一种在线序列OS-ELM算法的MATLAB程序,可参考论文A Fast and Accurate Online Sequential Learning。(matlab codes for OS-ELM(Online Sequential ELM))
NSGA2-ELM
- 以NSGA2算法作为学习算法优化ELM神经网络的权值,满足误差小、权值范围小的双目标(NSGA2 algorithm is used as a learning algorithm to optimize the weights of ELM neural network, and it meets the double objective with small error and small weight range)
ELM代码
- 采用极限学习机即(ELM)进行回归和预测的MATLAB代码, 亲测可用,只需要替换自己的数据即可.(Extreme learning machine (ELM) is used for regression and prediction with MATLAB code. You need only use your own data to represent the data in the code.)
elm
- 使用极限学习机进行预测,含有实际电厂数据(Using extreme learning machine to predict, which contains actual power plant data)
5-ELM
- 极限学习机(ELM)的matlab实现,对一组数据进行回归的例子(Extreme learning machine (ELM) matlab implementation, for a group of data regression examples)
elm
- 极限学习机ELM代码,matlab编写的,可以直接调用。(ELM code, matlab written,)
ELM_MatlabClass-master
- this one is the best matlab code ELM algorthim
ELM
- 极限学习机(Extreme Learning Machine) ELM,是由黄广斌提出来的求解单隐层神经网络的算法(The matlab program of ELM developed by professor Huang)
PEW 2017(PLS-ANN-SVM-ELM-光谱数据处理)试用
- 偏最小二乘法-人工神经网络-支持向量机-极限学习机(This module contains PLS-ANN-SVM-ELM)
GA-ELM
- 遗传算法优化的极限学习机模型 采用水仙花基本特征数据集 效果比单纯的ELM模型要好(The effect of using daffodils basic feature data set in the extreme learning machine model optimized by genetic algorithm is better than that of ELM model only.)
ELM
- 极限学习机(ELM)的MATLAB完整实现程序,有完整注释并已测试通过,资源中包含了测试脚本和数据集,算法的原理和实现(The matlab implementation program of elm has a complete annotation and passed the test. The resource contains the test scr ipt and data set. The principle and implementation of the algorithm