Open rashedman opened 2 years ago
The term "normalize" might be confusing but the goal is to have a resulting matrix with mean=0 and std=1.
The term "normalize" might be confusing but the goal is to have a resulting matrix with mean=0 and std=1.
https://www.youtube.com/watch?v=2tuBREK_mgE&list=PL0KQuRyPJoe6KjlUM6iNYgt8d0DwI-IGR&index=20&t=198s You need to watch this video You have confused normalization with standardization
The other name is "Z-score normalization". Can you modify your PR to insert standardize then? Also, you need to make the PR on the generic file since all the .md .ipynb are genereted from this file.
22. Normalize a 5x5 random matrix (★☆☆)
The formula for calculating normalized score: X new = (X — X min)/ (X max — X min)