Guest User

Untitled

a guest
Nov 14th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. X = np.array([ [0, 0, 1], [0, 1, 1], [1, 0, 1], [1, 1, 1] ])
  2. y = np.array([ [0], [1], [1], [0] ])
Add Comment
Please, Sign In to add comment