Machine-learning framework for Corros.
A from-scratch machine-learning framework written in Corros — tensors, autograd, layers, optimizers, and a training loop — with a fast native C tensor core behind a dynamic FFI. Built entirely from scratch, no TensorFlow/PyTorch code, no Python.
curl -fsSL https://raw.githubusercontent.com/CocoCopi/cryoquench/main/install.sh | shNeeds corros (installed automatically if missing) and a C compiler (cc).
The installer builds the tensor core and drops quench.cro where corros can
adopt it.
... (full README preserved) ...
