File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ Recommendation(Click-Through Rate Prediction) Framework for Go, including:
14
14
15
15
### [ Simple 2 layer MLP] ( ./model/mlp/mlp.go )
16
16
17
+ GAUC on MovieLens 20M: ** 0.771258**
18
+
17
19
- [x] [ Simple 2 layer MLP test on MovieLens] ( ./example/movielens/feature_test.go )
18
20
- [x] Dropout and L2 regularization
19
21
- [x] Batch Normalization
20
22
21
23
### [ YouTube DNN] ( ./model/youtube/dnn.go )
22
- <img src =" ./art/youtube.png " alt =" YouTube DNN " width =" 400 " />
23
24
24
25
GAUC on MovieLens 20M: ** 0.760381**
25
26
@@ -28,13 +29,11 @@ GAUC on MovieLens 20M: **0.760381**
28
29
- [ ] Batch Normalization
29
30
30
31
### [ Deep Interest Network] ( ./model/din/din.go )
31
- <img src =" ./art/din.png " alt =" Deep Interest Network " width =" 400 " />
32
32
33
33
GAUC on MovieLens 20M: ** 0.790542**
34
34
35
35
- [x] [ DIN test on MovieLens] ( ./example/movielens/dinimpl_test.go )
36
- - [x] [ Euclidean Distance based attention] ( model/activation.go )
37
- - [x] [ Cosine Similarity based attention] ( model/activation.go )
36
+ - [x] [ Euclidean Distance] ( model/activation.go ) and [ Cosine Similarity] ( model/activation.go ) based attention
38
37
- [x] Dropout and L2 regularization
39
38
- [ ] Batch Normalization
40
39
You can’t perform that action at this time.
0 commit comments