An open API service indexing awesome lists of open source software.

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

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`
![training](test_run.jpg)

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