____________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
====================================================================================================
input_3 (InputLayer) (None, 25) 0
____________________________________________________________________________________________________
input_4 (InputLayer) (None, 25) 0
____________________________________________________________________________________________________
embedding_3 (Embedding) (None, 25, 300) 28679100 input_3[0][0]
____________________________________________________________________________________________________
embedding_4 (Embedding) (None, 25, 300) 28679100 input_4[0][0]
____________________________________________________________________________________________________
bidirectional_3 (Bidirectional) (None, 25, 128) 439296 embedding_3[0][0]
____________________________________________________________________________________________________
bidirectional_4 (Bidirectional) (None, 25, 128) 439296 embedding_4[0][0]
____________________________________________________________________________________________________
dot_2 (Dot) (None, 128, 128) 0 bidirectional_3[0][0]
bidirectional_4[0][0]
____________________________________________________________________________________________________
flatten_3 (Flatten) (None, 16384) 0 dot_2[0][0]
____________________________________________________________________________________________________
dense_7 (Dense) (None, 3200) 52432000 flatten_3[0][0]
____________________________________________________________________________________________________
reshape_2 (Reshape) (None, 25, 128) 0 dense_7[0][0]
____________________________________________________________________________________________________
add_2 (Add) (None, 25, 128) 0 bidirectional_3[0][0]
reshape_2[0][0]
____________________________________________________________________________________________________
flatten_4 (Flatten) (None, 3200) 0 add_2[0][0]
____________________________________________________________________________________________________
dense_8 (Dense) (None, 200) 640200 flatten_4[0][0]
____________________________________________________________________________________________________
dropout_5 (Dropout) (None, 200) 0 dense_8[0][0]
____________________________________________________________________________________________________
batch_normalization_5 (BatchNorm (None, 200) 800 dropout_5[0][0]
____________________________________________________________________________________________________
dense_9 (Dense) (None, 200) 40200 batch_normalization_5[0][0]
____________________________________________________________________________________________________
dropout_6 (Dropout) (None, 200) 0 dense_9[0][0]
____________________________________________________________________________________________________
batch_normalization_6 (BatchNorm (None, 200) 800 dropout_6[0][0]
____________________________________________________________________________________________________
dense_10 (Dense) (None, 200) 40200 batch_normalization_6[0][0]
____________________________________________________________________________________________________
dropout_7 (Dropout) (None, 200) 0 dense_10[0][0]
____________________________________________________________________________________________________
batch_normalization_7 (BatchNorm (None, 200) 800 dropout_7[0][0]
____________________________________________________________________________________________________
dense_11 (Dense) (None, 200) 40200 batch_normalization_7[0][0]
____________________________________________________________________________________________________
dropout_8 (Dropout) (None, 200) 0 dense_11[0][0]
____________________________________________________________________________________________________
batch_normalization_8 (BatchNorm (None, 200) 800 dropout_8[0][0]
____________________________________________________________________________________________________
dense_12 (Dense) (None, 1) 201 batch_normalization_8[0][0]
====================================================================================================
Total params: 111,432,993
Trainable params: 54,073,193
Non-trainable params: 57,359,800
____________________________________________________________________________________________________