First Neural Network Using XOR
이전 댓글 표시
I am trying to implement a simple XOR network. All is okay once the input and target data has been setup, but as soon as I try and train the network I get the Neural Network Training Tool window open, but the "stop training" and "cancel" button are shaded out with "minimum gradient reached". As soon as I try and simulate the network, the XOR_NET_output data is wrong and there seems to be error data within the XOR_NET_errors.
I can provide more data if necessary.
댓글 수: 1
Shashank Prasanna
2013년 2월 25일
Since this is a fairly simple setup, could you share your data and the lines of code you've written? It will be easier to look into the issue.
채택된 답변
추가 답변 (1개)
Mohan
2013년 2월 26일
0 개 추천
The implementation of the XOR with neural networks is clearly explained with Matlab code in "Introduction to Neural Networks Using Matlab 6.0 " by S. N. Sivanandam, S. N Deepa
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!