# Implicit Feedback Recommendation

> Source: https://sukruyusufkaya.com/en/glossary/implicit-feedback-recommendation
> Updated: 2026-05-13T20:00:47.482Z
> Type: glossary
> Category: makine-ogrenmesi
**TLDR:** A recommendation approach that relies on behavioral signals such as clicks, views, and purchases instead of explicit ratings.

<p>Implicit-feedback recommendation systems learn from behavioral signals when users do not provide explicit ratings. Interactions such as clicks, watch time, purchases, or add-to-cart events are treated as indicators of preference. Because explicit rating data is often sparse in modern digital products, this approach is extremely common. However, positive and negative signals must be interpreted carefully, since interaction does not always imply satisfaction.</p>