Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active November 8, 2017 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/df39440fa1d515197e2b9fd582af70c8 to your computer and use it in GitHub Desktop.
Save matthieu-D/df39440fa1d515197e2b9fd582af70c8 to your computer and use it in GitHub Desktop.
declare var require;
var synaptic = require('synaptic');
@Component({
selector: 'page-home',
templateUrl: 'home.html'
})
export class HomePage {
output = [true,true,true,true,true];
perceptron;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment