Created
March 31, 2019 07:31
-
-
Save curiousily/9afbaf67c60f37c6bd1a0b35c25e38c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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