Assignment 2
A python code for backpropagation is uploaded on Moodle. Please go over the code and write one page report about all the functions and classes that you see in code.
Class: Network
Functions: feedforward, SGD, update_mini_batch, backprop, evaluate, cost_derivative, sigmoid, sigmoid_prime
1