Hi everyone,
I have a problem with the “accuracy” in this assigment. I get 0.9166 accuracy but I must have “perfect accuracy”.
I think the problem is I don’t understand the “avg part” in this assigment.
I think avg = np.zeros(n_h) / …
At the moment I use avg = np.zeros(n_h) / n_y but this is not correct.
Can someone help me?