Different results everytime i run neural network code
Answers
Answered by
0
Explanation:
This maybe is because your neural network is initialised with random values of gains or weights, then you'd have different starting points per each simulation during the training phase. To have always the same result, try to propose a fixed seed for the initial weights..
Answered by
0
Answer:
Answer ♡
- This maybe is because your neural network is initialised with random values of gains or weights, then you'd have different starting points per each simulation during the training phase. To have always the same result, try to propose a fixed seed for the initial weights..
Similar questions