Skip to content

sousav/DeepNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple c++ NeuralNetwork

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published