comment correction

This commit is contained in:
anon
2024-06-05 12:25:04 +02:00
parent 295f38341a
commit b0d579bc8b

View File

@ -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]