Simple Neural Network
Simple way to learn neural network on C++
Featured
4 Votes


Description
It is a mini frame work for creating and training a neural network by the method of error back propagation with stochastic gradient descent for the C++ language. The module is for designing a neural network with any number of layers of any size.