Skip to content

Instantly share code, notes, and snippets.

@curiousily
Created March 31, 2019 07:31
Show Gist options
  • Save curiousily/9afbaf67c60f37c6bd1a0b35c25e38c9 to your computer and use it in GitHub Desktop.
Save curiousily/9afbaf67c60f37c6bd1a0b35c25e38c9 to your computer and use it in GitHub Desktop.
def predict(X, W):
return sigmoid(np.dot(X, W))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment