Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemeslaszlo/item-item_collaborative_filtering
Item-item collaborative filtering, or item-based, or item-to-item, is a form of collaborative filtering for recommender systems based on the similarity between items calculated using people's ratings of those items.
https://github.com/nemeslaszlo/item-item_collaborative_filtering
collaborative-filtering correlation item-item jupyter-notebook pandas
Last synced: 9 days ago
JSON representation
Item-item collaborative filtering, or item-based, or item-to-item, is a form of collaborative filtering for recommender systems based on the similarity between items calculated using people's ratings of those items.
- Host: GitHub
- URL: https://github.com/nemeslaszlo/item-item_collaborative_filtering
- Owner: NemesLaszlo
- Created: 2020-04-22T14:29:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T14:39:11.000Z (almost 5 years ago)
- Last Synced: 2024-12-01T06:43:56.555Z (2 months ago)
- Topics: collaborative-filtering, correlation, item-item, jupyter-notebook, pandas
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Item-Item_Collaborative_Filtering
Item-item collaborative filtering, or item-based, or item-to-item, is a form of collaborative filtering for recommender systems based on the similarity between items calculated using people's ratings of those items.Item-item models resolve these problems in systems that have more users than items. Item-item models use rating distributions per item, not per user. With more users than items, each item tends to have more ratings than each user, so an item's average rating usually doesn't change quickly. This leads to more stable rating distributions in the model, so the model doesn't have to be rebuilt as often. When users consume and then rate an item, that item's similar items are picked from the existing system model and added to the user's recommendations.