GA-Neural Network Hybridization
1 view (last 30 days)
Show older comments
How GA can be hybridized with Neural network (with reference to Matlab).
3 Comments
Accepted Answer
Greg Heath
on 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 Comments
Shipra Kumar
on 30 Jan 2017
Edited: Shipra Kumar
on 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
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!