Hi everyone! I am trying to accomplish the Programming Assignment for Shallow NN part of Neural Networks and DL course by Andrew Ng.
I’ve done the task with an attempt to approximate the flower-data with LR.
But the next task requires me to set sizes of a shallow NN. The function layer_sizes returns exactly the expected output but during testing Notebook tells me it failed.
What am I expected to do then?
Tried to restart the Kernel. Didn’t help.
Thank you for your time.