how can i use genetic algorithm to teain preceptron
이전 댓글 표시
Hi all;
how can i use genetic algorithm to teain Perceptrons?
답변 (1개)
Timothy Felty
2011년 3월 21일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!