https://github.com/princep/micrograd
https://www.youtube.com/watch?v=VMj-3S1tku0&t=6s
https://github.com/princep/micrograd
Last synced: 3 months ago
JSON representation
https://www.youtube.com/watch?v=VMj-3S1tku0&t=6s
- Host: GitHub
- URL: https://github.com/princep/micrograd
- Owner: PrinceP
- Created: 2023-04-07T12:57:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T15:04:06.000Z (about 2 years ago)
- Last Synced: 2025-01-04T14:57:12.954Z (4 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# micrograd
## Test
Tests individual micrograd func's one by one.
`python3 -m pytest -v`
## Test on MNIST
`python3 train_test_onmicrograd.py`
The func's are HIGHLY unoptimized for the MNIST :W
## Experimenting and developing the micrograd
The notebook `experiment.ipynb` follows the video line by line.
## License
MIT