Skip to content

Instantly share code, notes, and snippets.

@zaidalyafeai
Created August 8, 2018 23:14
Show Gist options
  • Save zaidalyafeai/01e95c7e9a46e1cc45f0fe7dfbc69906 to your computer and use it in GitHub Desktop.
Save zaidalyafeai/01e95c7e9a46e1cc45f0fe7dfbc69906 to your computer and use it in GitHub Desktop.
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