From b0d579bc8b827486ca0ebe86a81bd439c3c87d6e Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 5 Jun 2024 12:25:04 +0200 Subject: [PATCH] comment correction --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 5f0c3b5..6514a76 100644 --- a/main.py +++ b/main.py @@ -73,6 +73,7 @@ class NN: # (4, 3), (4, 4), (4, 1) # // NOTE: notice how one layer is "missing", # as we dont need weights for the input layer + # // NOTE: that is, without factoring in the weights # } architecture = None # [Layer]