MATLAB gives me different value of output every time I train a neural network, why?
Show older comments
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?
Accepted Answer
More Answers (1)
Walter Roberson
on 1 Jul 2015
0 votes
The weights are initialized randomly unless you specifically initialize them.
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!