Hello everyone,
I just started this course, and I am not expert in python
I tried the visualization code for the one hidden layer with 3 neurons
but I get this error
ValueError: cannot reshape array of size 1 into shape (100,100)
I think this is line that produce the error
img=ax[1].imshow(np.reshape(y_out,[M,M]),origin='lower', extent=[y0range[0],y0range[1],y1range[0],y1range[1]])
Can you help me resolve this error?