Skip to content

Commit 0481fd2

Browse files
committed
Merge pull request #85 from knaveofdiamonds/documentation_typo_fixes
Fix documentation typos.
2 parents 810897a + 480a4c5 commit 0481fd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/examples/warp_loss.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the form of the k-OS WARP loss, also implemented in LightFM.
1717

1818
Like the BPR model, WARP deals with (user, positive item, negative item)
1919
triplets. Unlike BPR, the negative items in the triplet are not chosen
20-
by random sampling: they are chosen from among those negatie items which
20+
by random sampling: they are chosen from among those negative items which
2121
would violate the desired item ranking given the state of the model.
2222
This approximates a form of active learning where the model selects
2323
those triplets that it cannot currently rank correctly.

doc/home.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Welcome to LightFM's documentation!
33

44
LightFM is a Python implementation of a number of popular recommendation algorithms for both implicit and explicit feedback.
55

6-
It also makes it possible to incorporate both item and user metadata into the traditional matrix factorization algorithms It represents each user and item as the sum of the latent representations of their features, thus allowing recommendations to generalise to new items (via item features) and to new users (via user features).
6+
It also makes it possible to incorporate both item and user metadata into the traditional matrix factorization algorithms. It represents each user and item as the sum of the latent representations of their features, thus allowing recommendations to generalise to new items (via item features) and to new users (via user features).
77

88
The details of the approach are described in the LightFM paper, available on `arXiv <http://arxiv.org/abs/1507.08439>`_.
99

0 commit comments

Comments
 (0)