Skip to content

Commit

Permalink
Update mlsd-video-recom.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leicao-me authored Aug 9, 2024
1 parent ea19398 commit 9af0b7d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/MLSD/mlsd-video-recom.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,7 @@ We follow the three stage recommender system (funnel architecture) in order to
graph TD;
CandidateGeneration-->Ranking-->Re-ranking;
```
```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```


In the first stage, we use a light model to retrive thousands of items from millions
In the second (ranking) stage, we focus on high precision using a powerful model. This will not impact serving speed much because it's only run on smaller subset of items.
Expand Down

0 comments on commit 9af0b7d

Please sign in to comment.