Skip to content

Instantly share code, notes, and snippets.

@ilvalerione
Created January 2, 2018 18:04
Show Gist options
  • Save ilvalerione/ddca2905be404bd93ae524ccb334b6be to your computer and use it in GitHub Desktop.
Save ilvalerione/ddca2905be404bd93ae524ccb334b6be to your computer and use it in GitHub Desktop.
$trainingIn = [
[0, 0, 1],
[1, 1, 1],
[1, 0, 1],
[0, 1, 1]
];
$trainingOut = [0, 1, 1, 0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment