added some useful testing methods.

made training slightly better.
This commit is contained in:
Ticho Hidding
2025-12-08 11:36:31 +01:00
parent 7e913ff50f
commit f6d90ed439
5 changed files with 110 additions and 49 deletions

View File

@@ -38,8 +38,8 @@ public final class Main {
}).start();
//NeuralNetwork nn = new NeuralNetwork();
//nn.init();
NeuralNetwork nn = new NeuralNetwork();
nn.init();
}
}