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
No tests for edge cases. Networks with a single hidden layer, zero hidden layers, or single input/output aren't explicitly tested. The backpropagation test only verifies that weights changed, not that they changed in the correct direction.
No tests for edge cases. Networks with a single hidden layer, zero hidden layers, or single input/output aren't explicitly tested. The backpropagation test only verifies that weights changed, not that they changed in the correct direction.