ERROR IN LAST LINE of train(X,Y,maxEpochs=500)

File “”, line 1, in
train(X,Y)

File “”, line 83, in train
weights=update(X,Y,learning_rate)

TypeError: update() missing 1 required positional argument: ‘learning_rate’ Why?

HI can you please share your code. Thank you!

Inside training function are you giving params as (X,Y,learning_rate) or (X,Y,learning_rate=0.5)?

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

Please let me know the significance of the output.Like what exactly we are trying to show here.