Created
August 8, 2018 23:14
-
-
Save zaidalyafeai/01e95c7e9a46e1cc45f0fe7dfbc69906 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
X = np.array([[0,0],[0,1],[1,0],[1,1]]) | |
y = np.array([[0],[1],[1],[0]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment