Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 207 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 207 Bytes

ziggrad

A very simple autograd like library built in Zig. Inspired by micrograd by Andrej Karpathy and autograd.

Usage

install zig and run:

zig build run
zig build test