Multilayer Backpropagation Neural Network

Versione 1.1.0.0 (4,02 KB) da Asad Ali
Implementation of the Multilayer Backpropagation Neural Network
2,6K download
Aggiornato 4 mag 2015

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2008a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

no change

1.0.0.0