资源简介
基于极限学习机的短期风电功率预测,包含了风电功率序列,风电功率曲线拟合
代码片段和文件信息
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3927 2014-11-28 12:58 wind power\600date.mat
文件 1454 2010-11-07 15:22 wind power\elmpredict.m
文件 1752 2014-11-13 15:03 wind power\elmtrain.m
文件 1749 2014-12-05 20:40 wind power\main.m
文件 1102 2014-11-25 13:21 wind power\tem.mat
相关资源
- ar ar模型的一个例子
- PNNpredict19
- RBF-shenjingwangluoyuce RBF神经网络预测控
- RBF-shenjingwangluohundunyuce RBF神经网络混
- stockprediction 基于灰色神经网络的股指
- SVMyuce matlab支持向量机预测
- Time-series-prediction-with-anfis
- Wavelet-network-timeseries 使用小波神经网
- BP-Load-forecasting 基于BP神经网络的短期
- mindxiu 自己写的基于神经网络的电力负
- CNN 这个是一个神经网络预测股票的程
- artificial-neural-network-method 基于人工神
- ICA-wind-prediction 采用最先进的殖民竞争
- BP-wind-prediction 含NWP数值天气预报和不
- windfarm 本资料包括风电场一年内的风
- MPC 一个模型预测控制的编写的程序
- nmpc matlab非线性预测控制nmpc
-
gaoji 自己搭建的matlab/simuli
nk风电并 - rnn-esn 基于神经网络的负荷预测
- SVM SVM回归分析
- ARMA ARMA模型基于时间序列分析和预测
- windfarms 风电场随机注入功率潮流计算
- jzzh 基于yalmip的机组组合优化程序(包
- BP2648564
- elm_kernel_trainapredict Kernel_ELM传说中的核
- rnn rnn maltab时间序列预测实现
- ZJGLMPC0 三相电压型PWN整流器的基于模
- Intelligent-predictive-by--MATLAB 《智能预测
- Load-forecating 电力负荷预测非常好的整
- PMSG.mdl
评论
共有 条评论