Commit Graph

22 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
Loïc GUEZO
28d23806e9 Add GitHub Actions workflow for Python application
This workflow installs Python dependencies, runs linting with flake8, and executes tests with pytest on push and pull request events.
2026-01-18 18:30:01 +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
08cbb807f9 chore: add Prerequisites and Installation section 2025-07-12 12:09:46 +02:00
7bc05a2563 feat: binary to int conversion 2025-07-12 11:55:12 +02:00
b2465410bf feat: add test backward neuron 2025-06-07 09:47:05 +02:00
39a88325c5 feat(nnetwork.ipynb): Initialize 4 Step text
- change 45_000 epochs to 5_000
2025-06-05 23:16:45 +02: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
3907aac8de feat: write ai introduction 2025-06-02 23:25:45 +02:00
fd8a3c5851 feat: start writing README.md
- also reapply initial nnetwork.ipynb content
2025-06-02 23:06:11 +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
f8ab6cf4ea feat(main.py): add layer class 2025-06-01 08:29:24 +02:00
cb7a82ba9f feat(main.py): add comments for neuron class 2025-05-31 09:25:59 +02:00
ab2ee46422 fix: rework partial main.py (might change soon) 2025-05-29 19:17:41 +02:00
ee9662f37f feat(main.py): add Layer class 2025-05-12 18:56:17 +02:00
46ea03a3fa feat: add main and vocabulary text 2025-05-07 20:04:34 +02:00
cb9630b78a feat: add first text page (might change soon) 2025-05-06 22:23:16 +02:00
b6fe3f7510 feat: add ipynb file and write neuron function class 2025-05-06 20:22:58 +02:00
Loïc GUEZO
7ab737ecb6 Initial commit 2025-05-03 17:49:25 +02:00