Skip to content

Commit

Permalink
Merge pull request #477 from superlinked/update-article---recsys-basic
Browse files Browse the repository at this point in the history
Update recSys-basic.md
  • Loading branch information
robertdhayanturner authored Sep 4, 2024
2 parents 27db938 + fb24121 commit fd69c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/articles/recSys-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Recommender Systems are central to nearly every web platform that offers things

Below, we'll show you how to build a very simple recommender system. The rationale for our RecSys comes from our general recipe for providing recommendations, which is based on user-type (activity level):

| **interaction level** | -> | **recommendation approach** |
| ----------------- | -- | ---------------- |
| **interaction level** | -> &nsbp; | **recommendation approach** |
| :----------------- | :-- | :---------------- |
| no interactions (cold start) | -> | most popular items |
| some interactions | -> | content-based items |
| more interactions | -> | collaborative filtering (interaction-based) items |
Expand Down

0 comments on commit fd69c70

Please sign in to comment.