August 2019
Intermediate to advanced
242 pages
5h 45m
English
By running the code, we get output telling us when we started each epoch, and roughly what our cost function value was for the last execution. For this specific task, we're only running it for 10 epochs and the results can be seen as follows:
2018/07/21 23:48:45 Batches 6002018/07/21 23:49:12 Epoch 0 | cost -0.68984601765117792018/07/21 23:49:38 Epoch 1 | cost -0.69011096983531162018/07/21 23:50:05 Epoch 2 | cost -0.69019789512029822018/07/21 23:50:32 Epoch 3 | cost -0.69024109838141132018/07/21 23:50:58 Epoch 4 | cost -0.69026693509419922018/07/21 23:51:25 Epoch 5 | cost -0.69028412321974892018/07/21 23:51:52 Epoch 6 | cost -0.69029638251647742018/07/21 23:52:19 Epoch 7 | cost -0.69030556728494662018/07/21 23:52:46 Epoch 8 | ...
Read now
Unlock full access