-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3953d1
commit e3eecb8
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Universal-KL-JS-divergence | ||
An universal implementation for KL/JS divergence calculation even if the dimensions between source domain and target domain are inconsistent. | ||
|
||
Also apply an universal implementation for mmd distance calculation even if the dimensions between source domain and target domain are inconsistent. | ||
|
||
发现很少有人关注域泛化或域迁移任务下样本数量或维度不一致的两个域之间的KL,JS散度计算问题。 | ||
抛砖引玉给出一种基于权重重分配和贝叶斯公式计算源域目标域边缘分布的KL,JS散度计算方法,可用于大部分场景。 |