/minigraD

Primary LanguageJupyter NotebookMIT LicenseMIT

MiniGrad: Small Neural Netwok

MIT License GPLv3 License AGPL License

This repos contains a small implementation of neural network architecture that mimics the pytorch. It uses computation graph to compute gradient based on the autodiff. I used the repos by Andre Karapathy to modle mine.

Usage

  you can run .ipynb file to run the neural nets