资源简介
极端学习机的改进算法,增强随机搜索能力的极端学习机EI-ELM主程序
代码片段和文件信息
function [LTrainingTime TrainingAccuracy TestingAccuracy] = EI_ELM(TrainingData_File TestingData_File MaxNumberofHiddenNeurons ActivationFunction Problem_TypeEpsilon)
% Input:
% TrainingData_File - Filename of training data set
% TestingData_File - Filename of testing data set
% MaxNumberofHiddenNeurons - Maximum number of hidden neurons assigned
% ActivationFunction - Type of activation function:
% ‘sig‘ for Sigmoidal function
% ‘sin‘ for Sine function
% ‘hardlim‘ for Hardlim function
%
% Output:
% TrainingTime - Time (seconds) spent on training ELM
% TrainingAccuracy - Training accuracy:
% RMSE for regression or correct classification rate for class
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 13925 2012-03-05 21:17 EI_ELM.m
相关资源
- Elm_KElm.rar
- 各种ELM变形MATLAB代码
- 多层ELM进行MNIST手写字符分类MATLAB代码
- LabelMeToolbox-master
- 基于超像素和elm的图像分类方法源码
- OSELM代码matlab实现
- Elman神经网络的数据预测—电力负荷预
- 基于Elman神经网络的电力负荷预测
- 利用Elman神经网络建立预测模型研究
- ELM---matlab代码,有
- 极限学习机matlab源代码
- Elman神经网络
- 基于MATLAB深度极限学习机与代码
- Elman神经网络预测
- 极限学习机ELM的最简单实用代码
- 极限学习机回归及分类代码
- 基于神经网络的ASK 解调器及性能研究
- 改进过的神经网络elm算法.m
- GA-ELM.rar
- 极限学习机ELM 算法及MATLAB程序实现
- 基于Elman神经网络的房价预测matlab脚本
- ELM回归预测matlab版code
- PSO-ELM源码
- GA-ELM(matlab源码)
- Helmholtz方程的有限元解法.
- elman load forecast
- ELM kernel 基于极限学习机的不平衡数据
- BP and ELM BP神经网络与ELM神经网络算法
- ELM算法进行遥感图像分类
- 极限学习机elm的神经网络模型的源代
评论
共有 条评论