Skip to content

C++ MLP library built on reverse mode algorithmic differentiation (AD)

Notifications You must be signed in to change notification settings

lukegonsalves/nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NN

nn is an C++ MLP library built on reverse mode algorithmic differentiation (AD).

Build from source

Requires >=CMake3.10.0

mkdir nn/build
cd nn/build
cmake ..
make nn```

About

C++ MLP library built on reverse mode algorithmic differentiation (AD)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published