Skip to content

Commit 42a52dc

Browse files
committed
Update exp-svd.md
1 parent f549ce1 commit 42a52dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

morea/nlp/exp-svd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ weights to the \\(p\\) movies, and are directions in the movie
2828
space. In large datasets, we would probably think of them as "genres". With the
2929
small set we have, we don't quite that level of detail, but we still get something. For example, the second eigenvector assigns the following weights:
3030

31-
![Weights for movies](./secondeig.png)
31+
<img src="./secondeig.png" alt="Weights for movies" width="900px"/>
3232

3333
A cursory post-fact interpretation may be that this direction weights heavy/intense movies at one end of the scale and lighter/relaxing ones at the other end. Not to worry, in larger systems, for example, weights in large language models, we will find much better interpretations and examples. The point is, the decomposition helped us find very interesting patterns in the data.
3434

0 commit comments

Comments
 (0)