Skip to content

Instantly share code, notes, and snippets.

@f-rumblefish
Created August 5, 2017 09:32
Show Gist options
  • Save f-rumblefish/02b73542bc41c26e7b701645c7d2db20 to your computer and use it in GitHub Desktop.
Save f-rumblefish/02b73542bc41c26e7b701645c7d2db20 to your computer and use it in GitHub Desktop.
Training Data
train( [60, 67, 63, 60, 65, 62, 60, 67, 63, 60] ) -> label( 65 )
train( [67, 63, 60, 65, 62, 60, 67, 63, 60, 65] ) -> label( 62 )
train( [63, 60, 65, 62, 60, 67, 63, 60, 65, 62] ) -> label( 60 )
train( [60, 65, 62, 60, 67, 63, 60, 65, 62, 60] ) -> label( 67 )
train( [65, 62, 60, 67, 63, 60, 65, 62, 60, 67] ) -> label( 63 )
train( [62, 60, 67, 63, 60, 65, 62, 60, 67, 63] ) -> label( 60 )
train( [60, 67, 63, 60, 65, 62, 60, 67, 63, 60] ) -> label( 65 )
train( [67, 63, 60, 65, 62, 60, 67, 63, 60, 65] ) -> label( 62 )
train( [63, 60, 65, 62, 60, 67, 63, 60, 65, 62] ) -> label( 60 )
train( [60, 65, 62, 60, 67, 63, 60, 65, 62, 60] ) -> label( 67 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment