The document describes the Neural Network Toolbox which contains functions for creating, training, and visualizing neural networks. It includes graphical tools, functions for creating different types of networks, training functions using various algorithms, plotting functions, and lists of other implementation functions. It also lists demonstrations, datasets, and other resources included with the toolbox.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
447 views
Neural Network Toolbox Command List
The document describes the Neural Network Toolbox which contains functions for creating, training, and visualizing neural networks. It includes graphical tools, functions for creating different types of networks, training functions using various algorithms, plotting functions, and lists of other implementation functions. It also lists demonstrations, datasets, and other resources included with the toolbox.
Using networks. network - Create a custom neural network. sim - Simulate a neural network. init - Initialize a neural network. adapt - Allow a neural network to adapt. train - Train a neural network. disp - Display a neural network's properties. display - Display the name and properties of a neural network adddelay - Add a delay to a neural network's response. closeloop - Convert neural network open feedback to closed feedback loops. formwb - Form bias and weights into single vector. getwb - Get all network weight and bias values as a single vector. noloop - Remove neural network open and closed feedback loops. openloop - Convert neural network closed feedback to open feedback loops. removedelay - Remove a delay to a neural network's response. separatewb - Separate biases and weights from a weight/bias vector. setwb - Set all network weight and bias values with a single vector.
Simulink support. gensim - Generate a Simulink block to simulate a neural network. setsiminit - Set neural network Simulink block initial conditions getsiminit - Get neural network Simulink block initial conditions neural - Neural network Simulink blockset.
Training functions. trainb - Batch training with weight & bias learning rules. trainbfg - BFGS quasi-Newton backpropagation. trainbr - Bayesian Regulation backpropagation. trainbu - Unsupervised batch training with weight & bias learning rules. trainbuwb - Unsupervised batch training with weight & bias learning rules. trainc - Cyclical order weight/bias training. traincgb - Conjugate gradient backpropagation with Powell-Beale restarts. traincgf - Conjugate gradient backpropagation with Fletcher-Reeves updates. traincgp - Conjugate gradient backpropagation with Polak-Ribiere updates. traingd - Gradient descent backpropagation. traingda - Gradient descent with adaptive lr backpropagation. traingdm - Gradient descent with momentum. traingdx - Gradient descent w/momentum & adaptive lr backpropagation. trainlm - Levenberg-Marquardt backpropagation. trainoss - One step secant backpropagation. trainr - Random order weight/bias training. trainrp - RPROP backpropagation. trainru - Unsupervised random order weight/bias training. trains - Sequential order weight/bias training. trainscg - Scaled conjugate gradient backpropagation.
Plotting functions. plotconfusion - Plot classification confusion matrix. ploterrcorr - Plot autocorrelation of error time series. ploterrhist - Plot error histogram. plotfit - Plot function fit. plotinerrcorr - Plot input to error time series cross-correlation. plotperform - Plot network performance. plotregression - Plot linear regression. plotresponse - Plot dynamic network time-series response. plotroc - Plot receiver operating characteristic. plotsomhits - Plot self-organizing map sample hits. plotsomnc - Plot Self-organizing map neighbor connections. plotsomnd - Plot Self-organizing map neighbor distances. plotsomplanes - Plot self-organizing map weight planes. plotsompos - Plot self-organizing map weight positions. plotsomtop - Plot self-organizing map topology. plottrainstate - Plot training state values. plotwb - Plot Hinton diagrams of weight and bias values.
A Dissertation On Modeling and Simulation For Solar PV Cell Performance With Changing Irradiance, Temperature and MPPT Algorithms With Three-Phase Grid Connected Photovoltaic System