Loss is very very high

Hi,

Please tell me where my code is wrong. Here is the drive link to my notebook file (please remove the spaces) :

https ://drive. google .com/file/d/1z1a43BAHag-DFQTrwDBwWrDoISkwj9OA/view?usp=sharing

Also, here is the screenshot of the my results and higher loss values

Hey @A18ML0031, you forgot to call normalize function on labels as well, so call normalize function on labels variable as well,

features = normalise(features)
labels = normalise(labels)

Hope this resolved your doubt. :blush:

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.