Change the first figure of ch2.1.2 to a screenshot png, without watermark

This commit is contained in:
Bo Kang
2025-02-22 06:19:02 +01:00
parent e64553c554
commit a6bb395bec
3 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
DSSM(Deep Structured Semantic Model)是由微软研究院于CIKM在2013年提出的一篇工作该模型主要用来解决NLP领域语义相似度任务 利用深度神经网络将文本表示为低维度的向量用来提升搜索场景下文档和query匹配的问题。DSSM 模型的原理主要是通过用户搜索行为中query 和 doc 的日志数据通过深度学习网络将query和doc映射到到共同维度的语义空间中通过最大化query和doc语义向量之 间的余弦相似度,从而训练得到隐含语义模型,即 query 侧特征的 embedding 和 doc 侧特征的 embedding进而可以获取语句的低维 语义向量表达 sentence embedding可以预测两句话的语义相似度。模型结构如下所示
<div align=center>
<img src="../../../imgs/ch02/ch2.1/ch2.1.2/DSSM/v2-7f75cc71f5e959d6efa95289d2f5ac13_r.jpg" style="zoom:45%;"/>
<img src="../../../imgs/ch02/ch2.1/ch2.1.2/DSSM/v2-7f75cc71f5e959d6efa95289d2f5ac13_r.png" style="zoom:40%;"/>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 KiB