nanotorch implementation

This commit is contained in:
2025-11-17 21:32:28 +05:30
parent 618423e8d2
commit a6e32fcc71
19 changed files with 809 additions and 2 deletions

View File

@@ -10,4 +10,14 @@ dependencies = [
"matplotlib>=3.10.7",
"mlx>=0.29.4",
"nbconvert>=7.16.6",
"numpy>=2.3.4",
"scikit-learn>=1.7.2",
]
[dependency-groups]
dev = [
"pytest>=9.0.1",
]
[tool.setuptools]
packages = ["nanotorch", "micrograd"]