MATNETS is a small JAX library for matrix-neuron neural network experiments.
Each neuron carries an n x n matrix instead of a scalar.
The user documentation lives in docs/:
docs/index.md: overviewdocs/getting-started/index.md: install and first modeldocs/concepts/index.md: matrix-neuron shapes and JAX transformsdocs/api/index.md: API guidedocs/examples/index.md: runnable examplesdocs/getting-started/development.md: local development commands
Quick check:
.\.venv\Scripts\python.exe examples\five_hidden_net.py
.\.venv\Scripts\python.exe -m pytestMIT license.