主要内容

使用 NARX 网络和时延网络进行建模和预测

使用动态神经网络(包括带反馈的网络)求解时间序列问题

App

神经网络时间序列使用动态神经网络求解非线性时间序列问题

函数

ntstool打开神经网络时间序列
view查看浅层神经网络
timedelaynet时滞神经网络
narxnet具有外部输入的非线性自回归神经网络
narnet非线性自回归神经网络
layrecnet层循环神经网络
distdelaynet分布延迟网络
train训练浅层神经网络
gensim生成用于浅层神经网络仿真的 Simulink 模块
adddelayAdd delay to neural network response
removedelayRemove delay to neural network’s response
closeloopConvert neural network open-loop feedback to closed loop
openloopConvert neural network closed-loop feedback to open loop
ploterrhist绘图误差直方图
plotinerrcorrPlot input to error time-series cross-correlation
plotregression绘制线性回归图
plotresponse绘制动态网络时间序列响应
ploterrcorrPlot autocorrelation of error time series
genFunctionGenerate MATLAB function for simulating shallow neural network

示例和操作指南

基本设计

训练可扩展性和效率

最优解

概念