how to explain that with the same multilayer perceptron MLP model and same training set and test set, the accuracy of the prediction changes each execution of the model.
experiment 1 one hidden layer and 5 hidden neud 500 epoch---> accuracy=94.13%
experiment 2 (I kept the same parameters) one hidden layer and 5 hidden neud ,500 epoch---> accuracy=93,97%
Thanks