We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222a90a commit 6ae4a75Copy full SHA for 6ae4a75
README.md
@@ -23,8 +23,15 @@ layer.
23
|Convolution|Levels|1|
24
|Word vector|dimensions|300|
25
|Dense Layer|Dimensions|100|
26
+|Pooling|Max Pooling or Average Pooling|
27
-<img src="model_img.png" width="300px">
28
+## CNN Architecture
29
+
30
+Below diagram shows the cnn-architecture taken from [Deep learning for answer
31
+sentence selection](https://arxiv.org/pdf/1412.1632.pdf) but involved max
32
+pooling also alongwith filters of dimension 3 and 4, in addition to dimension 2.
33
34
+<img src="model_img.png" width="500px">
35
36
The output of CNN is connected to a Logistic Layer which classifies the answer
37
to the question as relevant(**1**) or non-relevant(**0**)
0 commit comments