Function Approximation and Nonlinear Regression - MATLAB & Simulink (original) (raw)

Main Content

Create a neural network to generalize nonlinear relationships between example inputs and outputs

Apps

Functions

nftool Open Neural Net Fitting app
view View shallow neural network
train Train shallow neural network
trainlm Levenberg-Marquardt backpropagation
trainbr Bayesian regularization backpropagation
trainscg Scaled conjugate gradient backpropagation
trainrp Resilient backpropagation
mse Mean squared normalized error performance function
regression (Not recommended) Perform linear regression of shallow network outputs on targets
ploterrhist Plot error histogram
plotfit Plot function fit
plotperform Plot network performance
plotregression Plot linear regression
plottrainstate Plot training state values
genFunction Generate MATLAB function for simulating shallow neural network

Examples and How To

Basic Design

Training Scalability and Efficiency

Optimal Solutions

Concepts