Skip to content

Commit c2f4330

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial-svd.md

+1-1
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)