Huang, Po-Sen, et al. "Learning deep structured semantic models for web search using clickthrough data." Proceedings of the 22nd ACM international conference on Conference on information & knowledge management. ACM, 2013.

DSSM(DEEP STRUCTURED SEMANTIC MODELS)

该网络把两个不同的输入映射到相同的语义空间,采用有监督学习。使用1个正样本,4个负样本。使用cosine计算相似度,softmax计算概率。

 

Shen, Yelong, et al. "Learning semantic representations using convolutional neural networks for web search." Proceedings of the 23rd International Conference on World Wide Web. ACM, 2014.

DSSM(DEEP STRUCTURED SEMANTIC MODELS)

在DSSM中加入了用CNN做文本embedding。

 

相关文章:

  • 2021-05-06
  • 2021-10-05
  • 2021-05-19
  • 2021-11-02
  • 2021-10-10
  • 2021-04-08
  • 2021-09-11
  • 2022-12-23
猜你喜欢
  • 2021-04-03
  • 2021-12-26
  • 2021-11-30
  • 2021-12-20
  • 2022-01-21
  • 2021-06-29
  • 2021-04-24
相关资源
相似解决方案