Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 196 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 196 Bytes

Autograd

Implemented a basic version of torch.autograd and torch.nn See notebooks

Thanks to Karpathy and micrograd!

Install

poetry install

Run Tests

pytest .

License

MIT