Randomness in Artificial Intelligence & Machine Learning

后端 未结 5 1072
梦如初夏
梦如初夏 2020-12-29 11:53

This question came to my mind while working on 2 projects in AI and ML. What If I\'m building a model (e.g. Classification Neural Network,K-NN, .. etc) and this model uses s

5条回答
  •  自闭症患者
    2020-12-29 12:19

    I generalize the answer from what i get of your question, I suppose Accuracy is always average accuracy of multiple runs and the standard deviation. So if you are considering accuracy you get using different seeds to the random generator, are you not actually considering a greater range of input (which should be a good thing). But you have to consider the Standard deviation to consider the accuracy. Or did i get your question it totally wrong ?

提交回复
热议问题