-
Notifications
You must be signed in to change notification settings - Fork 19
SGD #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
this is the updated version:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have used this package, its awesome
but I think there is an issue with NN.prototype.backPropagate
in gradient descent u should use the derivative of the activation function of the hidden layer, but in the code u don't use differentiate at all from the file activation, it seems that u put the derivative of sigmoid, for both hidden and output layer.... which is not always nice.
take an example like x^2 : if u train it on the settings u provided it will fail, because we need the output to be as it is ..
The text was updated successfully, but these errors were encountered: