Skip to content

Instantly share code, notes, and snippets.

@cobanov
Created April 2, 2019 17:21
Show Gist options
  • Save cobanov/33cfd53e0beb5feb6117856ec02cf294 to your computer and use it in GitHub Desktop.
Save cobanov/33cfd53e0beb5feb6117856ec02cf294 to your computer and use it in GitHub Desktop.
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