llSourcell / Make_a_neural_network

This is the code for the "Make a Neural Network" - Intro to Deep Learning #2 by Siraj Raval on Youtube
198 stars 214 forks source link

How to show error? #16

Open pesfahanian opened 5 years ago

pesfahanian commented 5 years ago

I tried adding "print error[0] + error[1] + error[2] + error[3]" at the end of the "train" function but it doesn't seem to make sense.