A Simple Post-Processing Step to Improve the Fairness of Collaborative Recommender Systems
Author(s): ___ Originally published on Towards AI. Overview In this article, I will describe an algorithm that can be applied as a post-processing step to alleviate the popularity bias inherent in collaborative filtering-based recommender systems. The content of this article is based …
Build Your First Recommendation Engine
Author(s): Songhao Wu Originally published on Towards AI. What are the different types of recommendation algorithms? This member-only story is on us. Upgrade to access all of Medium. Photo by camilo jimenez on Unsplash Have you wondered why social media always feed …
Recommendation System Tutorial with Python using Collaborative FilteringΒ
Author(s): Saniya Parveez, Roberto Iriondo Building a recommendation system using Python and collaborative filtering for a Netflix use case. Introduction A recommendation system generates a compiled list of items in which a user might be interested, in the reciprocity of their current …