News

CppNumericalSolvers stands as a robust and efficient header-only C++17 optimization library, meticulously crafted to address numerical optimization challenges. This library offers a suite of powerful ...
This project implements a simple neural network in C++ using the Eigen library for matrix operations. The neural network supports various activation functions and loss functions and can be used for ...