diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-29 18:07:43 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 18:07:43 +0530 |
commit | 3174341025787088358f5742bfc3e1e4e46fb9b8 (patch) | |
tree | 192539404bc5ee648e2426134f674bb78d84a7ff /README.md |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cff84f5 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# autograd +An implementation of autograd / backpropagation. |