Skip to content

Commit 0aeeeef

Browse files
Add CosineSimilarity in readme (#17)
* Add CosineSimilarity in readme * Fix link Co-authored-by: auxten <[email protected]>
1 parent 97b84d5 commit 0aeeeef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ GAUC on MovieLens 20M: **0.790542**
3030

3131
Progress:
3232
- [x] [DIN test on MovieLens](./example/movielens/dinimpl_test.go)
33-
- [x] [Euclidean Distance based attention](model/din/activation.go)
33+
- [x] [Euclidean Distance based attention](model/activation.go)
34+
- [x] [Cosine Similarity based attention](model/activation.go)
3435
- [x] Dropout and L2 regularization
3536
- [ ] Batch Normalization
3637

0 commit comments

Comments
 (0)