Satish Lokkoju
CPP Neural Network

A Simple Neural Network in C++

Published on March 21, 2020

A Simple Neural Network in C++

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

Fork my repository

Watch this repo

Create issue