Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

rashedman
Copy link

22. Normalize a 5x5 random matrix (★☆☆)

The formula for calculating normalized score:
X new = (X — X min)/ (X max — X min)

#### 22. Normalize a 5x5 random matrix (★☆☆)
The formula for calculating normalized score:
X new = (X — X min)/ (X max — X min)
@rougier
Copy link
Owner

rougier commented Aug 31, 2022

The term "normalize" might be confusing but the goal is to have a resulting matrix with mean=0 and std=1.

@rashedman
Copy link
Author

The term "normalize" might be confusing but the goal is to have a resulting matrix with mean=0 and std=1.

image
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

@rougier
Copy link
Owner

rougier commented Aug 31, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.