Keep getting the error - initialize_parameters() missing 1 required positional argument: ‘n_y’ (see attachment) even though I have define n_y in the function
Have you taken a look at how the function initialize_parameters
is defined? How many arguments does it take? How many have you provided when you invoked the function?
Thank you so much for your help!