Skip to content

The code samples of "Neural Networks and Deep Learning" by C++11.

Notifications You must be signed in to change notification settings

ufownl/nndl_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nndl_cpp

The code samples of "Neural Networks and Deep Learning" by C++11.

Usage

git clone https://github.com/ufownl/nndl_cpp.git
cd nndl_cpp
mkdir build
cd build
cmake ..
make
cd bin
./nndl_chapter1
./nndl_chapter2
./nndl_chapter3
...

About

The code samples of "Neural Networks and Deep Learning" by C++11.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published