You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
### EasyRec is an easy to use framework for Recommendation
10
10
11
-
EasyRec implements state of the art deep learning models used in common recommedation tasks: candidate generation(matching), scoring(ranking), and multi-task learning. It improves the efficiency of generating high performance models by simple configuration and hyper parameter tuning(HPO).
11
+
EasyRec implements state of the art deep learning models used in common recommendation tasks: candidate generation(matching), scoring(ranking), and multi-task learning. It improves the efficiency of generating high performance models by simple configuration and hyper parameter tuning(HPO).
DLRM(Deep Learning Recommendation Model for Personalization and Recommendation Systems\[Facebook\])是一种DNN模型, 支持使用连续值特征(price/age/...)和ID类特征(user_id/item_id/...), 并对特征之间的交互(interaction)进行了建模(基于内积的方式).
6
+
7
+
```
8
+
output:
9
+
probability of a click
10
+
model: |
11
+
_________________>DNN(top)<___________
12
+
/ | \
13
+
/_________________>INTERACTION <_________\
14
+
// \\
15
+
DNN(bot) ____________\\_________
16
+
| | |
17
+
| _____|_______ _____|______
18
+
| |_Emb_|____|__| ... |_Emb_|__|___|
19
+
input:
20
+
[ dense features ] [sparse indices] , ..., [sparse indices]
0 commit comments