CPP Neural Network
A Simple Neural Network in C++
Published on March 21, 2020

A simple neural network in C++ is presented. You can configure the number of hidden layers, input and output dimensions. The activation function is defined.
cmake .
# now run make to generate the executable
make