ValueError: operands could not be broadcast together with shapes (105,4) (105,3)
in line :
--> 101 self.gradients["dA2"] = self.H2 - Y # (N ,4) - (N ,4) , Y is supposed to be (N, 4) but its shape is (105, 3)
NoteBook Link
(Overfitting and Regularization section)