You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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