how can i use genetic algorithm to teain preceptron
3 次查看(过去 30 天)
显示 更早的评论
Hi all;
how can i use genetic algorithm to teain Perceptrons?
0 个评论
回答(1 个)
Timothy Felty
2011-3-21
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!