This C++ header-only library contains a basic implementation of a feedforward neural network trained with stochastic gradient descent and backpropagation.
It supports multiple layers, configurable activation functions (Sigmoid by default), and mini-batch training.
Designed only for educational purposes and not suitable for advanced applications.