资源简介

采用极限学习机即(ELM)进行回归和预测的MATLAB代码, 亲测可用,只需要替换自己的数据即可.

资源截图

代码片段和文件信息

function Y = elmpredict(PIWBLWTFTYPE)
% ELMPREDICT Simulate a Extreme Learning Machine
% Syntax
% Y = elmtrain(PIWBLWTFTYPE)
% Description
% Input
% P   - Input Matrix of Training Set  (R*Q)
% IW  - Input Weight Matrix (N*R)
% B   - Bias Matrix  (N*1)
% LW  - layer Weight Matrix (N*S)
% TF  - Transfer Function:
%       ‘sig‘ for Sigmoidal function (default)
%       ‘sin‘ for Sine function
%       ‘hardlim‘ for Hardlim function
% TYPE - Regression (0default) or Classification (1)
% Output
% Y   - Simulate Output Matrix (S*Q)
% Example
% Regression:
% [IWBLWTFTYPE] = elmtrain(PT20‘sig‘0)
% Y = elmtrain(PIWBLWTFTYPE)
% Classification
% [IWBLWTFTYPE] = elmtrain(PT20‘sig‘1)
% Y = elmtrain(PIWBLWTFTYPE)
% See also ELMTRAIN
% Yu Lei11

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1439  2017-11-03 14:50  Elmpredict.m

     文件       1754  2017-11-03 14:50  Elmtrain.m

     文件       3071  2017-11-03 14:51  fenlei.m

     文件       1294  2017-11-03 14:51  huiguinihe.m

----------- ---------  ---------- -----  ----

                 7558                    4


评论

共有 条评论