GA-Neural Network Hybridization
1 次查看(过去 30 天)
显示 更早的评论
How GA can be hybridized with Neural network (with reference to Matlab).
3 个评论
采纳的回答
Greg Heath
2012-2-3
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 个评论
Shipra Kumar
2017-1-30
编辑:Shipra Kumar
2017-1-30
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
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!