21CTO
21CTO
Oct 25, 2018 · Artificial Intelligence

How Recommender Systems Work: From Basics to a Python Demo

This article explains what recommender systems are, their evolution, when to use them, the main techniques—including collaborative filtering, content‑based and knowledge‑based approaches—addresses cold‑start challenges, and provides a step‑by‑step Python implementation with code examples.

AIPythonRecommender Systems
0 likes · 15 min read
How Recommender Systems Work: From Basics to a Python Demo
Hujiang Technology
Hujiang Technology
Sep 20, 2017 · Artificial Intelligence

Fundamentals and Algorithms of Recommender Systems

This article explains why recommender systems were created, describes the problem of information overload, introduces core algorithms such as popularity, content‑based, collaborative filtering and hybrid methods, and illustrates each with a six‑user/book example and a Netflix case study.

Recommender Systemscollaborative filteringcontent-based filtering
0 likes · 17 min read
Fundamentals and Algorithms of Recommender Systems
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 20, 2017 · Artificial Intelligence

How E‑Commerce Giants Leverage Recommendation Algorithms – Insights from Xavier Amatriain

An illustrated guide explores the recommendation algorithms powering e‑commerce platforms, drawing on Xavier Amatriain’s CMU Machine Learning summer school lectures to explain collaborative filtering, content‑based, and hybrid approaches, their practical implementations, and the impact on user experience and sales.

Xavier Amatriaincollaborative filteringe-commerce
0 likes · 4 min read
How E‑Commerce Giants Leverage Recommendation Algorithms – Insights from Xavier Amatriain
21CTO
21CTO
Jan 4, 2016 · Artificial Intelligence

Understanding Core Recommendation Techniques: Content, Collaborative, and Hybrid Methods

This article surveys the main recommendation approaches—including content‑based, collaborative filtering, association‑rule, utility‑based, knowledge‑based, and hybrid methods—detailing their principles, advantages, drawbacks, and typical combination strategies for building effective recommender systems.

Artificial Intelligencecollaborative filteringcontent-based filtering
0 likes · 10 min read
Understanding Core Recommendation Techniques: Content, Collaborative, and Hybrid Methods