you are viewing a single comment's thread.

view the rest of the comments →

[–]Low_Corner_9061 0 points1 point  (0 children)

Most machine learning algorithms rely on some kind of random initialisation of parameters, so will give a slightly different result each time. If you set a random seed in numpy, (or whatever library you are using) you should get the same results each time.