Matlab Code for single layer perceptron model

I am looking for a matlab code for a single layer perceptron model. The code should be able to cater for the following:
// Load sample input patterns // Load sample output patterns // Initialise weights // Set learning rate // Calculate output // Calculate error // Update weights // Convert error to absolute value // Display network generalisation // Calculate output
Any assistance would be greatly appreciated.

2 comentarios

zahra
zahra el 13 de Abr. de 2012
I am looking for a matlab code for a single layer perceptron model. The code should be able to cater for the following:
// Load sample input patterns // Load sample output patterns // Initialise weights // Set learning rate // Calculate output // Calculate error // Update weights // Convert error to absolute value // Display network generalisation // Calculate output
zahra
zahra el 13 de Abr. de 2012
Any assistance would be greatly appreciated.

Iniciar sesión para comentar.

Respuestas (1)

Greg Heath
Greg Heath el 15 de Abr. de 2012

0 votos

If you do not have access to the Neural Network Toolbox. Try searching the Newsgroup archives and FEX. If you know the weight updating formula, you can program the rest your self.
Greg

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 1 de Ag. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by