In the "hardwork pays off " challenge , why did we normalise the data? Do we have to normalise all the dataset for all the algorithms?
NEED FOR NORMALISATION THE DATA?
hey @rohansrivastav ,
Normalization is technique is used
- to handle widely distributed data.
- Act as a kind of regularization
- Helps in learning the data better
And along with this , there are some assumptions made by many models like linear regression , that they assume the data that is being provided as input to them is normalized.
Hence we need to normalize our data