https://github.com/etienne-bobo/deep-learning-lab
In this exercise, we will build a small and simple auto-diff lib that mimics the autograd mechanism from Pytorch (of course, we will simplify a lot!)
https://github.com/etienne-bobo/deep-learning-lab
deep-learning
Last synced: 3 months ago
JSON representation
In this exercise, we will build a small and simple auto-diff lib that mimics the autograd mechanism from Pytorch (of course, we will simplify a lot!)
- Host: GitHub
- URL: https://github.com/etienne-bobo/deep-learning-lab
- Owner: Etienne-bobo
- Created: 2023-03-23T20:34:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T13:14:52.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T10:31:55.211Z (4 months ago)
- Topics: deep-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 18.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DL_lab
In this exercise, we will build a small and simple auto-diff lib that mimics the autograd mechanism from Pytorch (of course, we will simplify a lot!)