dnncpp A C++ implementation of a Deep Learning Network Compile g++ -g -std=c++11 -I /usr/local/include/eigen3/ -o main Node.cpp Graph.cpp main.cpp