Move Gradient Descent to a Class based architecture to make use of inheritance and precomputations.

This commit is contained in:
2025-09-08 16:03:38 +02:00
parent 1a0324d473
commit 582089aed1
10 changed files with 160 additions and 180 deletions
+7
View File
@@ -22,3 +22,10 @@ repos:
- --ignore-missing-imports
- .
# Strip Jupyter outputs
- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
hooks:
- id: nbstripout
name: Strip Jupyter notebook outputs
files: \.ipynb$