Chao Xing 2016-04-18

来自cslt Wiki
2016年4月18日 (一) 00:47Xingchao讨论 | 贡献的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

Last Week:


1. Review DSSM work group's work during last four years.

2. Code done DSSM model including : DNN-DSSM, CNN-DSSM.

3. Test for DNN-DSSM performance same to dongxu's experiments set.

  • Get the results for test dataset : 60%, and train dataset : 77% results

4. Code for mixture data version DNN-DSSM.

This Week:


1. Test for mixture-DNN-DSSM.

2. Code compare with :

  • 1. DNN-DSSM target on cosine distance (same to their papers. Just consider positive sample).
  • 2. DNN-DSSM target on negative sample max margin.
  • 3. DNN-DSSM target on triplet max margin (consider both positive sample & negative sample).
  • 4. Compare both DNN, CNN, RNN model target on different cost function above.

3. Test for 9 model above.