0.1.1 • Published 4 years ago

micrograd v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

test lint codecov vulnerabilities dependencies code style npm license

Minimal Autograd engine in Typescript. (Porting from Karpathy's micrograd).

Demo

See a live demo here: https://marcofavorito.github.io/micrograd-js

Build

yarn run build

Then, take the dist/microgradjs.js bundle to use it in your code.

From NPM

The project is also available on NPM:

npm install micrograd

Authors

License

MIT License. Check the license file.