GA-Neural Network Hybridization
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How GA can be hybridized with Neural network (with reference to Matlab).
3 commentaires
Réponse acceptée
Greg Heath
le 3 Fév 2012
I don't see how they can be combined to an advantage.
Just write the I/O relationship for the net in terms of input, weights and output: y = f(W,x). Then use the Global Optimization toolox to minimize the mean square error MSE = mean(e(:).^2) where e is the training error, e = (t-y) and t is the training goal.
Hope this helps.
Greg
3 commentaires
Shipra Kumar
le 30 Jan 2017
Modifié(e) : Shipra Kumar
le 30 Jan 2017
greg how can u write y as a function. i am having similar difficulty while implementing ga-nn. would be glad if u could help
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!