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!