Tags
Data Science
Date Published
January 23, 2024
- Introduction
- Recommendation Models
- Problem Definition
- Main Applications
- Evolution Graph
- Models in Details
- Evolutionary Trends
- What’s not Included ?
- Reference
Introduction
Most of the our daily-used products, such as search engine, ecommence recommendation and online adverizing, are supported by recommendation models.
This blog is mainly about the evoluation of these techniques and the logics behind these evolution.
Recommendation Models
Problem Definition
Given specific context, find the relevance between user and item. Below is the function we want to get
Main Applications
In terms of applications, there are mainly three categories
- Recommendation system: news, video, e-commence recommendation
- Search engine: Google search, search box in most products
- Online advertizing: click(conversion) prediction, real-time bidding
Evolution Graph
‣
‣
Models in Details
‣
‣
‣
‣
‣
‣
Evolutionary Trends
‣
‣
‣
‣
‣
What’s not Included ?
There are still many topics that are no included in this blog:
- Embedding techniques including word2vector, graph embedding and so on
- Transformer in recommendation model
- Deep Reinforcement learning
- Causality inspired methods
- Application of LLM in recommendation
- …..
‣