Skip to content

Instantly share code, notes, and snippets.

@Mehdi-Amine
Last active April 25, 2020 14:42
Show Gist options
  • Save Mehdi-Amine/ff9c4b35edef902094e512ec34cf2985 to your computer and use it in GitHub Desktop.
Save Mehdi-Amine/ff9c4b35edef902094e512ec34cf2985 to your computer and use it in GitHub Desktop.
# Equation 6
nabla_b = delta
# Equation 7
nabla_w = numpy.dot(delta, instance.reshape(1,-1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment