Skip to content

viktordanov/NeuralNetworks

Repository files navigation

NeuralNetworks

A bare-bones neural network framework written in C++. It is entirely an experiment meant to explore the possibilities and science behind NN and is not meant to be used in production projects

Compilation

g++ -O2 -o main *.*pp

About

A bare-bones neural network framework written in C++. It is entirely an experiment meant to explore the possibilities and science behind NN and is not meant to be used in production projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors