- Leave it the way it is now that you know that it is intended design;
- Use rng() to initialize the same random number seed before each run;
- Or initialize the weights yourself
can you help me to solve this ?
조회 수: 1 (최근 30일)
이전 댓글 표시
can you help me, i use ann for classification of blood type.
Then i used nntool in matlab with my data, i get the result like this
but why every time I run the program again, i get different results?
can you help me ?
댓글 수: 0
답변 (1개)
Walter Roberson
2020년 6월 17일
This is expected. Those kinds of neural networks initialize the weights randomly by default.
You have three choices:
댓글 수: 7
참고 항목
카테고리
Help Center 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!