Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitc2f4330

Browse files
authored
Merge pull request#208 from partev/patch-1
DOC: Update tutorial-svd.md fix a typo
2 parents2ab567f +1280f4b commitc2f4330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/tutorial-svd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ $$U \Sigma V^T = A$$
154154

155155
where $U$ and $V^T$ are square and $\Sigma$ is the same size as $A$. $\Sigma$ is a diagonal matrix and contains the[singular values](https://en.wikipedia.org/wiki/Singular_value) of $A$, organized from largest to smallest. These values are always non-negative and can be used as an indicator of the "importance" of some features represented by the matrix $A$.
156156

157-
Let's see how this works in practice with just one matrix first. Note that according to[colorimetry](https://en.wikipedia.org/wiki/Grayscale#Colorimetric_(perceptual_luminance-reserving)_conversion_to_grayscale),
157+
Let's see how this works in practice with just one matrix first. Note that according to[colorimetry](https://en.wikipedia.org/wiki/Grayscale#Colorimetric_(perceptual_luminance-preserving)_conversion_to_grayscale),
158158
it is possible to obtain a fairly reasonable grayscale version of our color image if we apply the formula
159159

160160
$$Y = 0.2126 R + 0.7152 G + 0.0722 B$$

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp