Main Content

函数逼近和非线性回归

创建神经网络来归纳示例输入与输出之间的非线性关系

App

神经网络拟合使用两层前馈网络求解拟合问题

函数

nftool打开神经网络拟合
view查看浅层神经网络
fitnet函数拟合神经网络
feedforwardnet生成前馈神经网络
cascadeforwardnet生成级联前向神经网络
train训练浅层神经网络
trainlm莱文贝格-马夸特反向传播
trainbrBayesian regularization backpropagation
trainscgScaled conjugate gradient backpropagation
trainrpResilient backpropagation
mse均方归一化误差性能函数
regression(Not recommended) Perform linear regression of shallow network outputs on targets
ploterrhist绘图误差直方图
plotfit绘图函数拟合
plotperform绘制网络性能图
plotregression绘制线性回归图
plottrainstate绘制训练状态值图
genFunctionGenerate MATLAB function for simulating shallow neural network

示例和操作指南

基本设计

训练可扩展性和效率

最优解

概念