Bug Report for https://neetcode.io/problems/multi-layer-backpropagation
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
dw1 and dw2 have to be converted tolist() in the output, otherwise they look like [0.5 1.] instead of [0.5, 1.0], and I see an error. There are other people on the Discussion section talking about that bug.
Bug Report for https://neetcode.io/problems/multi-layer-backpropagation
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
dw1 and dw2 have to be converted
tolist()in the output, otherwise they look like [0.5 1.] instead of [0.5, 1.0], and I see an error. There are other people on theDiscussionsection talking about that bug.