GA-Neural Network Hybridization
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Abul Fujail
am 1 Feb. 2012
Kommentiert: Greg Heath
am 30 Jan. 2017
How GA can be hybridized with Neural network (with reference to Matlab).
3 Kommentare
Akzeptierte Antwort
Greg Heath
am 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 Kommentare
Shipra Kumar
am 30 Jan. 2017
Bearbeitet: Shipra Kumar
am 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
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!