Skip to content

Instantly share code, notes, and snippets.

@meherhowji
Last active March 30, 2019 03:59
Show Gist options
  • Save meherhowji/ccd07888b6f6df2353863972609a37f4 to your computer and use it in GitHub Desktop.
Save meherhowji/ccd07888b6f6df2353863972609a37f4 to your computer and use it in GitHub Desktop.
const trainingData = [
[4, 8, 0],
[4, 2, 0],
[5, 7, 0],
[7, 4, 0],
[9, 9, 1],
[7, 10, 1],
[10, 12, 1],
[3, 12, 1]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment