From 198beca385a8bd04cf7177eb486834f3c356ebf5 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 29 Aug 2025 21:54:09 -0400 Subject: projects: autograd: fix indentation --- projects/autograd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects') diff --git a/projects/autograd.md b/projects/autograd.md index 0a9997f..f1dce97 100644 --- a/projects/autograd.md +++ b/projects/autograd.md @@ -36,4 +36,4 @@ n = MLP(3, [ 4, 4, 1 ]) n.optimise(0.01) print(pred) - ``` +``` -- cgit v1.2.3