From aff6e783260b556686e8a20f8a927d7057d85923 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Sun, 2 Feb 2025 15:42:41 +0100 Subject: [PATCH] updated results --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a017f..4a2aa4a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ rust port of python in http://neuralnetworksanddeeplearning.com/chap1.html main goal: me understanding what's going on -results: up to about 95% accuracy in 30 epochs, lr=0.01, batchsize=10 +results: ~95% accuracy in 30 epochs, learning rate = 3.0, batchsize = 10 *training_data/test_data not included*
too big for github