A very simple autograd like library built in Zig. Inspired by micrograd
by Andrej Karpathy and autograd
.
install zig and run:
zig build run
zig build test
small (and partial) autograd engine inspired from Karpathy's micrograd and PyTorch, written in Zig
Repository from Github https://github.commattzcarey/micrograd.zig
A very simple autograd like library built in Zig. Inspired by micrograd
by Andrej Karpathy and autograd
.
install zig and run:
zig build run
zig build test