Welcome to DeepNetwork!
This project contains a basic Neural Network source code. Which allow you to train, save and load a previously trained neural network. It also contains a basic dataset generator for AND, OR and XOR gate.
Follow these step in order to build the project.
git clone https://github.com/sousav/CPP_NeuralNetwork
cd CPP_NeuralNetwork
mkdir build && cd build
cmake .. && make
./Generator/Generator -h
./NeuralNetwork/NeuralNetwork -h
- TemplateProject Multi language project creator. Used to generate the repository architecture.
All feedback greatly appreciated.