Multi-layer perceptron
MultiLayerPerceptron consists of a MATLAB class including a configurable multi-layer perceptron (or
feedforward neural network) and the methods useful for its setting and its training.
The multi-layer perceptron is fully configurable by the user through the definition of lengths and activation
functions of its successive layers as follows:
- Random initialization of weights and biases through a dedicated method,
- Setting of activation functions through method "set".
The training method of the neural network is based on the following algorithms:
- Gradient descent, with configurable learning rate, momentum and size of batches,
- Levenberg-Marquardt, with configurable parameters and an optional bayesian regularization.
The evolution of the training is viewable through an embedded visualization window and configurable in
terms of:
- Minimum mean square error (MSE),
- Number of epochs,
- Ratio between training and validation data sets.
Video demonstrations:
Cita come
Eric Ogier (2026). Multi-layer perceptron (https://it.mathworks.com/matlabcentral/fileexchange/69762-multi-layer-perceptron), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- AI and Statistics > Deep Learning Toolbox > Train Deep Neural Networks > Function Approximation, Clustering, and Control > Function Approximation and Clustering > Define Shallow Neural Network Architectures >
Tag
Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
MultiLayerPerceptron
MultiLayerPerceptron
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
