Neural Network Building Blocks in C++
QNET is a lightweight C++17 neural network graph library for CPU training and inference, actively developed by COS Q Network.
It combines a static computation graph, reverse-mode automatic differentiation, OpenBLAS-backed matrix math, and a focused training stack for building and evaluating neural-network models with a small dependency footprint.