-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hugo edited this page Jan 8, 2026
·
1 revision
Nocta is a lightweight deep learning library written in pure C, featuring a custom domain-specific language (Nocta Language) for rapid development.
-
Language-Guide: Learn the syntax and features of the Nocta Language (
.noc). - Standard-Library: Reference for built-in functions, tensor operations, and neural network modules.
- Building: Instructions on how to compile Nocta from source.
The Nocta CLI (nocta_cli) allows you to run scripts directly:
./nocta_cli examples/mnist.nocSee the examples/ directory for more real-world usage.