Project
CNN
A convolutional neural network implemented from scratch in Zig.
Zig~99% MNISTPython weight interoperability
What it is
The project implements the network primitives rather than wrapping a machine-learning runtime. The interesting constraints are explicit buffers, predictable allocation behavior and moving weights between the Zig implementation and Python tooling.