Skip to content

tekeuange23/neural-networks-fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Network in C++

Setup

Compile the test and code

$ cmake tests/CMakeLists.txt
$ cd tests
$ make

Run tests (with current-dir on ./tests)

$ ./runTests 

The Perceptron class

The MultiLayerPerceptron class

About

Training diverse kind of neural nets architectures with C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published