Exercise 22 corrected after #67

This commit is contained in:
Aleksey Zadoiniy
2018-10-31 11:27:30 +03:00
parent d3ac0ddcbb
commit 3580544f9e
4 changed files with 4 additions and 6 deletions

View File

@@ -145,7 +145,7 @@ np.nan - np.nan
#### 22. Normalize a 5x5 random matrix (★☆☆)
(**hint**: (x - min) / (max - min))
(**hint**: (x - mean) / std)