Skip to content

Instantly share code, notes, and snippets.

@aballah-chamakh
Created September 24, 2019 20:20
Show Gist options
  • Select an option

  • Save aballah-chamakh/e47bd5dc41e85a53da104bef8857512c to your computer and use it in GitHub Desktop.

Select an option

Save aballah-chamakh/e47bd5dc41e85a53da104bef8857512c to your computer and use it in GitHub Desktop.
x = np.array([[0,0],
[0,1],
[1,0],
[1,1],])
y = np.array([[1],
[0],
[0],
[1]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment