[go: nahoru, domu]

Skip to content

An implementation of class artificial neural networks in modern C++

License

Notifications You must be signed in to change notification settings

DenisMedeiros/ArtificialNeuralNetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArtificialNerualNetworks

An implementation of artificial neural networks using modern C++.

Building

To build this project, you need to have cmake and g++ installed in your system. Simply run:

cmake .
make

Running

Simply run the main file.

./main

Releases

No releases published

Packages

No packages published