Skip to content

Commit

Permalink
Add GAUC
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Nov 2, 2022
1 parent c1ae4af commit 56c1957
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Progress:
### [YouTube DNN](./model/youtube/dnn.go)
<img src="./art/youtube.png" alt="YouTube DNN" width="400"/>

GAUC on MovieLens 20M: **0.760381**

Progress:
- [x] [YouTube DNN test on MovieLens](./example/movielens/youtube_test.go)
- [x] Dropout and L2 regularization
Expand All @@ -24,6 +26,8 @@ Progress:
### [Deep Interest Network](./model/din/din.go)
<img src="./art/din.png" alt="Deep Interest Network" width="400"/>

GAUC on MovieLens 20M: **0.790542**

Progress:
- [x] [DIN test on MovieLens](./example/movielens/dinimpl_test.go)
- [x] [Euclidean Distance based attention](model/din/activation.go)
Expand Down

0 comments on commit 56c1957

Please sign in to comment.