back_propagation

def back_propagation(self, y_true, learning_rate) -> None:

Last updated