| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Circuit.Learn.Fit
Contents
Description
Toy 2-layer neural network fit.
A small regression example: 1→2→1 network with tanh activation, trained
by Adam-style gradient descent to approximate y = 2*x.
The oracle in circuits-learn-axioma asserts that loss decreases
over training: loss(weights_0) > loss(weights_N).