how to train neural network?
조회 수: 2 (최근 30일)
이전 댓글 표시
I did neural network training, but why every time I run the program get different results? while the data and the number of hidden layers that I use are the same. sometimes it can be 6 iterations sometimes also 12 iterations? can you help me, please ?
댓글 수: 2
Herve Keabou Meli
2020년 9월 10일
The result are always different because every time you train the initial weights are randomly choosen
KSSV
2020년 9월 10일
You should read atleast basics of NN, run few examples given feel confident and then use it for your problem. It is not advisable to use any method/ tool withour thorough understanding.
답변 (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!