How to solve randomness in an artificial neural network?
What is the randomness of an artificial neural network(ANN)? The randomness of an artificial neural network(ANN) is when the same neural network is trained on the same data, and it produces different results. At times, we may have selected the training data and test data randomly, if we remove the randomness from the training data and test data, we may still get different results with every execution even with the same neural network. This randomness in results makes the neural network unstable and unreliable, especially when sharing your code with others or showcasing your work. Why is there randomness in artificial neural networks?
Feb-1-2020, 14:14:31 GMT
- Technology: