Skip to content

Instantly share code, notes, and snippets.

@cosmic-cortex
Created January 19, 2024 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cosmic-cortex/3dd3e664862040a69d326308d9b96844 to your computer and use it in GitHub Desktop.
Save cosmic-cortex/3dd3e664862040a69d326308d9b96844 to your computer and use it in GitHub Desktop.
sigma = Sigmoid()
f"The value of the sigmoid at 0 is {sigma(0)}, while its derivative is {sigma.grad(0)}."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment