Minimal Autograd engine in Typescript. (Porting from Karpathy's micrograd).
See a live demo here: https://marcofavorito.github.io/micrograd-js
yarn run build
Then, take the dist/microgradjs.js
bundle to use it in your code.
The project is also available on NPM:
npm install micrograd
- Marco Favorito (@marcofavorito, <marco.favorito@gmail.com>)
MIT License. Check the license file.