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
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.