Skip to content

Instantly share code, notes, and snippets.

@malaikannan
Last active January 22, 2017 00:31
Show Gist options
  • Save malaikannan/a1016a9c97a9daab6188e103f5957584 to your computer and use it in GitHub Desktop.
Save malaikannan/a1016a9c97a9daab6188e103f5957584 to your computer and use it in GitHub Desktop.
l1_error = l2_delta.dot(synapses_1.T)
l1_delta = l1_error*sigmoid(l1, derivative=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment