Skip to content

Commit 6ae4a75

Browse files
committed
Enlarge Image
1 parent 222a90a commit 6ae4a75

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,15 @@ layer.
2323
|Convolution|Levels|1|
2424
|Word vector|dimensions|300|
2525
|Dense Layer|Dimensions|100|
26+
|Pooling|Max Pooling or Average Pooling|
2627

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">
2835

2936
The output of CNN is connected to a Logistic Layer which classifies the answer
3037
to the question as relevant(**1**) or non-relevant(**0**)

0 commit comments

Comments
 (0)