Skip to content

Instantly share code, notes, and snippets.

@meherhowji
Last active March 30, 2019 04:05
Show Gist options
  • Save meherhowji/a9b45857d629e303e44518bc29931787 to your computer and use it in GitHub Desktop.
Save meherhowji/a9b45857d629e303e44518bc29931787 to your computer and use it in GitHub Desktop.
const getWeightedInputSum = (input, weight, bias) => weight[0] * input[0] + weight[1] * input[1] + bias;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment