code wiki / nn
topic: nn
4 modules sharing the nn name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_nn.nx | sovereign FIXED-POINT NEURAL INFERENCE substrate, the foundation under the neural-audio moonshot. The | 28 | 3 |
| nx_nn_gate.nx | proves the sovereign fixed-point neural inference substrate (nx_nn): a 2-layer MLP forward pass | 50 | 1 |
| nx_nn_train.nx | sovereign FIXED-POINT TRAINING (batch gradient descent), the final piece of the neural-audio | 55 | 2 |
| nx_nn_train_gate.nx | proves sovereign fixed-point training (nx_nn_train): batch gradient descent on a linear layer, | 44 | 2 |