Skip to content

Commit

Permalink
Changed verbiage of cold-start assumption. Signed off by: Ian Hanus (…
Browse files Browse the repository at this point in the history
…ian.hanus@oracle.com)
  • Loading branch information
ian_hanus committed Apr 19, 2024
1 parent 0cb95ca commit 4eeaa43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ While this assumption may seem strong, it mirrors realistic scenarios where adve
access to such data through creation of false users and webscraping.

This implementation makes the assumption that each type of recommender system uses the most-popular algorithm
to solve the cold start problem. This means that the most popular items are recommended to users
to solve the cold start problem. This means that the candidates that are most popular are recommended to users
who have no previous history of interaction with the system.

This tool currently supports membership inference attacks in the context of collaborative filtering models.
Expand Down

0 comments on commit 4eeaa43

Please sign in to comment.