You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,33 +12,33 @@ Understanding the Application about Deep Learning in Text Matching Area & Implem
12
12
13
13
## Methods & Papers
14
14
15
-
-> [**DSSM**](./DSSM/dssm.py)
15
+
> [**DSSM**](./DSSM/dssm.py)
16
16
[Learning Deep Structured Semantic Models for Web Search using Clickthrough Data](https://posenhuang.github.io/papers/cikm2013_DSSM_fullversion.pdf)
17
17
<br> CIKM 2013
18
18
<br> 词袋模型,基于语义表达的结构, word hash + DNN
19
19
20
-
-> [**CDSSM**]()[Learning Semantic Representations Using Convolutional Neural Networks for Web Search](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/www2014_cdssm_p07.pdf)
20
+
> [**CDSSM**]()[Learning Semantic Representations Using Convolutional Neural Networks for Web Search](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/www2014_cdssm_p07.pdf)
21
21
<br> WWW 2014
22
22
23
-
-> [**CLSM**]()[A Latent Semantic Model with Convolutional-Pooling Structure for Information Retrieval](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/cikm2014_cdssm_final.pdf)
23
+
> [**CLSM**]()[A Latent Semantic Model with Convolutional-Pooling Structure for Information Retrieval](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/cikm2014_cdssm_final.pdf)
24
24
<br> CIKM 2014
25
25
<br> 基于匹配的结构, word hash + CNN, CLSM和C-DSSM有什么区别呢
26
26
27
-
-> [**DSSM的应用**]()[Modeling Interestingness with Deep Neural Networks](https://www.microsoft.com/en-us/research/wp-content/uploads/2014/10/604_Paper.pdf)
27
+
> [**DSSM的应用**]()[Modeling Interestingness with Deep Neural Networks](https://www.microsoft.com/en-us/research/wp-content/uploads/2014/10/604_Paper.pdf)
for Matching Natural Language Sentences](https://papers.nips.cc/paper/5550-convolutional-neural-network-architectures-for-matching-natural-language-sentences.pdf)
0 commit comments