MATLAB gives me different value of output every time I train a neural network, why?
이전 댓글 표시
I was doing multilayer neural network. Input data (3 input data and 150 samples) - 3x150 target - 1x150
I did not specify the weight and bias, is it the reason to return different value of output every time I train the neural network?
채택된 답변
추가 답변 (1개)
Walter Roberson
2015년 7월 1일
0 개 추천
The weights are initialized randomly unless you specifically initialize them.
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!