Skip to content

Commit 1339fb8

Browse files
committed
add: 改正错误
1 parent c04ac84 commit 1339fb8

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/chaps/ch00_prefix.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ \section*{说明}
8888

8989
\textit{\\由于作者水平有限,不足和错误之处,敬请不吝批评指正。}
9090

91+
\textbf{手册的相关资源:}
92+
93+
网站(内含勘误表):\url{http://t.cn/RmasEFe}
94+
95+
开发维护地址: \url{http://github.com/jindongwang/transferlearning-tutorial}
96+
9197
作者的联系方式:
9298

9399
\textit{邮箱}: {\ttfamily jindongwang@outlook.com},\textit{知乎}:{\ttfamily 王晋东不在家}。

src/chaps/ch06_distributionadapt.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ \subsubsection{基本思路}
4040

4141
\subsubsection{核心方法}
4242

43-
边缘分布自适应的方法最早由香港科技大学杨强教授团队提出~\cite{pan2011domain},方法名称为迁移成分分析(Transfer Component Analysis)。由于$P(\mathbf{x}_s) \ne P(\mathbf{x}_t)$,因此,直接减小二者之间的距离是不可行的。TCA假设存在一个特征映射$\phi$,使得映射后数据的分布$P(\phi(\mathbf{x}_s)) \approx P(\phi(\mathbf{x}_s))$。TCA假设如果边缘分布接近,那么两个领域的条件分布也会接近,即条件分布$P(y_s | \phi(\mathbf{x}_s))) \approx P(y_t | \phi(\mathbf{x}_t)))$。这就是TCA的全部思想。因此,我们现在的目标是,找到这个合适的$\phi$
43+
边缘分布自适应的方法最早由香港科技大学杨强教授团队提出~\cite{pan2011domain},方法名称为迁移成分分析(Transfer Component Analysis)。由于$P(\mathbf{x}_s) \ne P(\mathbf{x}_t)$,因此,直接减小二者之间的距离是不可行的。TCA假设存在一个特征映射$\phi$,使得映射后数据的分布$P(\phi(\mathbf{x}_s)) \approx P(\phi(\mathbf{x}_t))$。TCA假设如果边缘分布接近,那么两个领域的条件分布也会接近,即条件分布$P(y_s | \phi(\mathbf{x}_s))) \approx P(y_t | \phi(\mathbf{x}_t)))$。这就是TCA的全部思想。因此,我们现在的目标是,找到这个合适的$\phi$
4444

4545
但是世界上有无穷个这样的$\phi$,也许终我们一生也无法找到合适的那一个。庄子说过,吾生也有涯,而知也无涯,以有涯随无涯,殆已!我们肯定不能通过穷举的方法来找$\phi$的。那么怎么办呢?
4646

src/main.pdf

1008 Bytes
Binary file not shown.

web/transfer_tutorial.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
<li>
8080
4.1.1节最后一段最后一句话:“... 却并给出(也难以给出)P 的具体形式。” 应为: “... 却并未给出(也难以给出)P的具体形式。”
8181
</li>
82+
<li>
83+
TCA的介绍中“TCA假设存在一个特征映射$\phi$,使得映射后数据的分布$P(\phi(\mathbf{x}_s)) \approx P(\phi(\mathbf{x}_s))$” 这里的公式应改为 “$P(\phi(\mathbf{x}_s)) \approx P(\phi(\mathbf{x}_t))$”
84+
</li>
8285
</ol>
8386
</div>
8487
</div>

0 commit comments

Comments
 (0)