Skip to content

Instantly share code, notes, and snippets.

@luiscarbonell
Created August 17, 2019 19:15
Show Gist options
  • Save luiscarbonell/2c7750976844920d2c639f5fc6e54318 to your computer and use it in GitHub Desktop.
Save luiscarbonell/2c7750976844920d2c639f5fc6e54318 to your computer and use it in GitHub Desktop.
const dataset = [
{ inputs: [0,0], outputs: [0] },
{ inputs: [0,1], outputs: [0] },
{ inputs: [1,0], outputs: [0] },
{ inputs: [1,1], outputs: [1] }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment