We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabab0e commit 31b4dcbCopy full SHA for 31b4dcb
src/index.ts
@@ -39,8 +39,6 @@ console.log(metadata);
39
console.log(inputs);
40
console.log(outputs);
41
42
-// why metadata ?
43
-
44
// and pass that to the network (see synaptic.js)
45
// const network = new Architect.Perceptron(nbrInputs, 7, nbrOutputs);
46
// const trainer = new Trainer(network);
0 commit comments