搜索资源列表
ELM
- 自编极限学习机Matlab代码,可运行。仅供参考-Using extreme learning machine Matlab code, can run. For reference only
ELM_Prediction
- 极限学习机用于回归预测的matlab代码,其中包含训练数据和测试数据,亲测可运行-Extreme Learning Machine for Regression prediction matlab code, which contains training data and test data, pro-test runs
OS-ELM(Python)
- ELM是一种简单易用、有效的单隐层前馈神经网络,该代码是用python实现的极限学习机,亲测有用-extreme learning machine realized by python,it works well
ELM
- 标准极限学习机,结合个人理解在原有版本上改进,使代码更容易理解。同时直接可以在内存中读数据,原有版本需要将数据存为文本读取.matlab版本-Standard extreme learning machine, combined with personal understanding improvement on the original version, make the code easier to understand Can directly read data in the memor
kernel-ELM
- 核极限学习机,引入核函数解决ELM求解问题,一旦参数选定,结果就稳定下来,不再混入随机。在原来版本上加入自己理解改写,使得代码更容易理解。-Kernel extreme learning machine, kernel function is applied to deal with ELM to solve the problem, once the parameters selected, the result is stabilized, not randomly in the origi
OS-ELM
- 线性极限学习机,对于黄广斌提出的极限学习机进行改进后的代码-Limit linear learning machine, learning the limits proposed for Huangguang Bin native code will be improved
elm
- 极限学习机matlab实现代码,需要用户提供训练数据-extreme learning machine
ELM-MATLAB-GPU
- 极限学习机代码(GPU版本),使用MATLAB自带的GPU工具箱-Extreme Learning Machine code (GPU version), the use of MATLAB s own GPU toolbox
OS-ELM在线极限学习机
- 此代码是OS-ELM在线极限学习机,内含训练集和测试集。(This code is the OS-ELM online extreme learning machine, containing training set and test set.)
elm_kernel
- 极限学习机是最近比较流行的一种单隐层前馈神经网络,核极限学习机是极限学习机的改进版,此文件为核极限学习机的代码实现(Code implementation of extreme learning machine)
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
- 极限学习机ELM代码,matlab编写的,可以直接调用。(ELM code, matlab written,)
ELM
- ELM极限学习机代码 包含example和训练预测代码(ELM code prediction train example)
Incremental-ELM
- 很详细的极限学习机增量学习的代码,非常适合新手入门学习(Very detailed limit learning machine incremental learning code, very suitable for beginners to learn)
ELM
- 极限学习机的matlab代码,黄广斌教授(ELM CODE of matlab from guangbin huang)
ELM_linbo.jin
- 极限学习机的代码,机器学习,可以用于分类等.(Extreme learning machine used in classification)
elm算法
- 黄教授的极限学习机代码,结合他的论文看,很有用,希望有帮组(Extreme Learning Machine Code, very useful)
深度(多层)极限学习机的python实现
- 深度极限学习机也叫多层极限学习机,ML-ELM。是黄广斌等人在极限学习机ELM基础上,将其拓展为深度学习的一种模式识别方法,原文文章:Representational learning with extreme learning machine for big data。(The deep extreme learning machine is also called the multi-layer extreme learning machine, ML-ELM. It is Huang Gu
B-ELM_good
- 这是一份能够运行得通的代码,请放心下载,改进的极限学习机。(This is a workable code, please rest assured to download, limit learning machine.)
ELM
- 极限学习机代码,MATLAB的,可以做分类或者预测,希望可以帮助到大家