Lesson for Deep Learning : Propagation
Excute:
mkdir DeepLearning && cd Deeplearning
git clone https://github.com/khjoony/Backwardpropagation.git
cd Backwardpropagation
g++ -o bf backward_feed.cpp
./bf > result.txt // input result to result.txt
vi result.txt