You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enumerators start before the first element. The recommended way of us…
…ing an Enumerator is with the foreach statement. Changed manual manipulation of Enumerator to a foreach statement. This fixes creating a NeuralNet from a connection rate and an ICollection of layers.