how can i use genetic algorithm to teain preceptron
Afficher commentaires plus anciens
Hi all;
how can i use genetic algorithm to teain Perceptrons?
Réponses (1)
Timothy Felty
le 21 Mar 2011
0 votes
If you have a genetic algorithm already, the easiest way is to make the weights the chromosomes, and then use the error of the perceptron as the goal function. When error is less than your desired threshold freeze the best individual as the weights.
If you have different possible activation functions you could include them in the chromosomes and have the GA find that as well.
1 commentaire
mohammed
le 22 Mar 2011
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!