From c6f4714a4e9fa30292b3a6d661a785d715317eee Mon Sep 17 00:00:00 2001 From: Absobel Date: Mon, 31 May 2021 16:32:22 +0200 Subject: [PATCH] Print (important) --- RUN.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/RUN.py b/RUN.py index 2b65cb7..b977ec9 100644 --- a/RUN.py +++ b/RUN.py @@ -8,11 +8,13 @@ import network # net = network.Network([784, 30, 10]) #Testé : 94,56% # net.SGD(training_data, 30, 10, 3.0, test_data=test_data) -net = network.Network([784, 100, 10]) #Marche mieux apparemment -net.SGD(training_data, 30, 10, 3.0, test_data=test_data) +# net = network.Network([784, 100, 10]) #Marche mieux apparemment +# net.SGD(training_data, 30, 10, 3.0, test_data=test_data) # net = network.Network([784, 100, 10]) #Marche pas bien apparemment # net.SGD(training_data, 30, 10, 0.001, test_data=test_data) # net = network.Network([784, 30, 10]) #Marche pas du tout apparemment -# net.SGD(training_data, 30, 10, 100.0, test_data=test_data) \ No newline at end of file +# net.SGD(training_data, 30, 10, 100.0, test_data=test_data) + +print() \ No newline at end of file