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
Matrix.substract(targets, outputs) does its work on { Matrix, Matrix } and { Matrix, any (number?) }.
But it breaks things down when called with { Matrix, Array } as an arguments, which is called from the NeuralNetwork::train method:
multi-layer-neural-network/js/neuralnetwork.js
Line 48 in 2578278
Matrix.substract(targets, outputs)
does its work on { Matrix, Matrix } and { Matrix, any (number?) }.But it breaks things down when called with { Matrix, Array } as an arguments, which is called from the
NeuralNetwork::train
method:multi-layer-neural-network/js/neuralnetwork.js
Lines 35 to 48 in 2578278
PS also there's a typo in a word subStract
The text was updated successfully, but these errors were encountered: