wrote convolution model, added word2vec

This commit is contained in:
codekansas
2016-05-03 00:58:35 -04:00
parent 8946dbccf4
commit 17f7774fb5
5 changed files with 102 additions and 78 deletions
+2 -2
View File
@@ -87,11 +87,11 @@ Model described in paper (Dense + CNN):
- Pre-trained the embedding layer via the EmbeddingModel, re-ran
- Top 1 precision:
- 0.472 on test 1
- 0.493 on test 1
- 0.427 on test 2
- 0.470 on dev
- MRR:
- 0.595 on test 1
- 0.620 on test 1
- 0.557 on test 2
- 0.596 on dev