Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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