Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 884 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 884 Bytes

Welcome to DeepNetwork!

A simple c++ DeepNeuralNetwork library

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.

How to build

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

Used library

  • TemplateProject Multi language project creator. Used to generate the repository architecture.

Contact Information

All feedback greatly appreciated.