Multilayer Backpropagation Neural Network

Version 1.1.0.0 (4.02 KB) by Asad Ali
Implementation of the Multilayer Backpropagation Neural Network
2.6K Downloads
Updated 4 May 2015

View License

The code implements the multilayer backpropagation neural network for tutorial purpose and allows the training and testing of any number of neurons in the input, output and hidden layers. Number of hidden layers can also be varied.
There are a total of three files with MLBPN_Train.m used for building and training the multilayer network on a desired input pattern and MLBPN_Test.m used for testing the trained neural network. You can provide your own patterns for training by modifying the DefinePattern.m file.

The learning rate, total iterations and activation function can all be changed if desired. The code provides you the ability to modify the forward and back propagation stages individually to allow for fast convergence on complex training data.

Cite As

Asad Ali (2024). Multilayer Backpropagation Neural Network (https://www.mathworks.com/matlabcentral/fileexchange/50739-multilayer-backpropagation-neural-network), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

no change

1.0.0.0