Created
September 6, 2018 21:00
-
-
Save kmaher9/2b657bbb60cdc5e94a24bf7a43191400 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // console log the output of each iteration | |
| net.train(trainingData, { | |
| log: true | |
| }) | |
| // test data - actually virginica | |
| var output = net.run([6.2,3.4,5.1,2.6]) | |
| console.log(output) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment