Single Layer Perceptron Neural Network

Single Layer Perceptron Neural Network - Binary Classification Example
456 descargas
Actualizado 27 Apr 2020

Ver licencia

- Define two distributions as two classes.
- Sample 1000 points from two distributions and define their class labels.
- Create a linear classification model. Initialize random weights and plot samples and classification boundary
- Optimize weights using stochastic gradient descent (LMS) learning algorithm for least mean squared error.
- Compare initial classification boundary with final (optimized) classification boundary
- Plot learning curve (MSE vs epochs)
- Plot sigmoid function and it's derivative with-respect to stimulus 'x'

Citar como

Shujaat Khan (2024). Single Layer Perceptron Neural Network (https://www.mathworks.com/matlabcentral/fileexchange/75238-single-layer-perceptron-neural-network), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.1

- Example

1.0.0