Neural network gives different output for same input

Viewed 3086

What are the potential reasons for a NN to output different values for the same input? Especially when there isn't any random or stochastic processes?

3 Answers

What about after training the model, is it possible that a trained NN gives different output for same input when model is run each time to predict ?

Related