Skip to content

Instantly share code, notes, and snippets.

@meherhowji
Created March 30, 2019 04:06
Show Gist options
  • Save meherhowji/54207f390c3fcee9caf60ab640a9e925 to your computer and use it in GitHub Desktop.
Save meherhowji/54207f390c3fcee9caf60ab640a9e925 to your computer and use it in GitHub Desktop.
const sigmoid = sum => 1 / (1 + Math.exp(-sum));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment