A Simple Neural Network in C++

Neural network implementation in Cpp

A simple neural network in CPP 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

fork my repository

watch this repo

create issue

Thanks for reading!