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!