Created
April 2, 2019 17:21
-
-
Save cobanov/33cfd53e0beb5feb6117856ec02cf294 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
xs_and = np.array([[0.0, 0.0], [0.0, 1.0], [1.0, 0.0], [1.0, 1.0]], dtype = float) | |
ys_and = np.array([[0.0], [0.0], [0.0], [1.0]], dtype = float) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment