Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created October 24, 2017 23:11
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/eeae8d7fb2b70428fa1c959a7ee1bbb2 to your computer and use it in GitHub Desktop.
Save matthieu-D/eeae8d7fb2b70428fa1c959a7ee1bbb2 to your computer and use it in GitHub Desktop.
export class HomePage {
net;
output = [true,true,true,true,true];
constructor() {
this.train();
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment