Skip to content

Instantly share code, notes, and snippets.

@sbugrov
Created June 8, 2018 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbugrov/4959ff6b09329031d5a947a53cbe8a39 to your computer and use it in GitHub Desktop.
Save sbugrov/4959ff6b09329031d5a947a53cbe8a39 to your computer and use it in GitHub Desktop.
// Updating the parameters
W3 = W3 - lr * dW3;
W2 = W2 - lr * dW2;
W1 = W1 - lr * dW1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment