aboutsummaryrefslogtreecommitdiff
path: root/projects/autograd.md
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-08-09 22:51:20 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-08-09 22:51:20 +0530
commitf5d3440214f39b1db589c45dd74f59d44a6e6822 (patch)
treee6fa15105aeeadb557d45f1f6ada121bde1afaf0 /projects/autograd.md
parentb0f2f750d54a44704a86467ff163caf809ce38b1 (diff)
projects: add priorities to each project
Diffstat (limited to 'projects/autograd.md')
-rw-r--r--projects/autograd.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/autograd.md b/projects/autograd.md
index e3259d2..ed9bb1c 100644
--- a/projects/autograd.md
+++ b/projects/autograd.md
@@ -5,6 +5,7 @@ url = /projects/autograd
template = project.html
link = https://github.com/compromyse/autograd
linklabel = SOURCE
+priority = 1
---
All you need to run a simple neural network using autograd is the following code: