MATLAB: Fundamental Concepts – Neural Networks

Deep Learning Toolboxneural network

If I configure 2 patternnet networks exactly the same – and force them to start with the same input and layer weights, will I always get the same result after training them with the same data ?

Best Answer

Yes, provided the random number generator is initialized to the same state,
(Data division is random as well as the initial weights)
Thank you for formally accepting my answer