Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Created September 24, 2019 20:22
Show Gist options
  • Select an option

  • Save aballah-chamakh/daa7783b7c186552eca1701b55dc883b to your computer and use it in GitHub Desktop.

Select an option

Save aballah-chamakh/daa7783b7c186552eca1701b55dc883b to your computer and use it in GitHub Desktop.
def sigmoid_prime(x):
return x*(1-x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment