GA-Neural Network Hybridization
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How GA can be hybridized with Neural network (with reference to Matlab).
3 Commenti
Risposta accettata
Greg Heath
il 3 Feb 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 Commenti
Shipra Kumar
il 30 Gen 2017
Modificato: Shipra Kumar
il 30 Gen 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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!