Section 01
Axon: An Educational C++ Neural Network Library from Scratch
Axon is a neural network library built entirely from scratch in C++ by mbbrueckner, hosted on GitHub (https://github.com/mbbrueckner/axon, released on 2026-06-14). Its core goal is to provide a clear reference for understanding the underlying principles of deep learning, covering tensor operations, automatic differentiation, layer modules, optimizers, and training loops—rather than competing with industrial frameworks like PyTorch or TensorFlow.