Skip to content

Instantly share code, notes, and snippets.

@malaikannan
Last active January 22, 2017 00:33
Show Gist options
  • Save malaikannan/144a98a187e04dbb0c0e6656283779b9 to your computer and use it in GitHub Desktop.
Save malaikannan/144a98a187e04dbb0c0e6656283779b9 to your computer and use it in GitHub Desktop.
#update weights
synapses_1 += l1.T.dot(l2_delta)
synapses_0 += l0.T.dot(l1_delta)
print "Output after training"
print l2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment