Commit Graph

7 Commits

Author SHA1 Message Date
68497e0bf2 fix(network.py): resolve E999 SyntaxError by separating the two strings 2026-01-18 18:43:26 +01:00
d2be9952f3 refactor(network.py): annotate forward and backward functions 2026-01-18 18:28:35 +01:00
4cca66db99 refactor(network.py): annotate Neuron constructor (comments other functions) 2026-01-18 18:26:06 +01:00
17be224d25 refactor(network.py): annotacte activation functions 2026-01-18 18:23:14 +01:00
65e7bd3cfc feat(nnetwork.ipynb): Step 1, 2, 3
- Initialization
- Activation Functions
- Forward Pass Function

also change `self.last_output` to `last_output` in network.py
2025-06-03 10:27:17 +02:00
705feb01fc feat: add learning program 2025-06-01 21:42:15 +02:00
5da7c7a22b feat: add network and move to network.py 2025-06-01 09:56:04 +02:00