Skip to content

Commit cb64df2

Browse files
committedFeb 6, 2024
Update README.md
1 parent 662d855 commit cb64df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spoken words, advertisements, reference letters, global surveys, and so forth. T
4242
upon by the aforementioned systems by assisting in sifting through massive chunks of data related to others which can be
4343
attributed to websites, movies, music, arts, articles, jokes, finance, and books. Therefore, it is no surprise that algorithms
4444
such as Collaborative Filtering (CF) have been widely adopted as one of the crucial pieces of the large puzzle that is the
45-
recommenders.
45+
recommenders.
4646

4747
One of the most important techniques for RS applications is the Collaborative Filtering Process. As stated before, nearly all popular websites like Amazon, YouTube, and Netflix use collaborative filtering as a part of their sophisticated RS. From a hypothetical standpoint, it works by performing a search on a large group of people and observing a smaller set of users with opinions, tastes, and preferences similar to a particular user. It looks at the items they like and amalgamates them to form a ranked list of suggestions. For instance, items for which the content is unavailable could still be recommended to customers through the ratings of other users. Moreover, CF recommendations are based on the quality of the products rated by similar customers instead of being dependent on the content. These methods can recommend items with a diverse range of contents, as long as the neighbors have already shown an interest in these aforementioned items. Research on CF can be classified into two types: instance-based methods and model-based methods.
4848

0 commit comments

Comments
 (0)