Výstup z frameworku Keras: __________________________________________________________________________________________________ Layer (type) Output Shape Param # Connected to ================================================================================================== comments (InputLayer) (None, 350) 0 __________________________________________________________________________________________________ desct (InputLayer) (None, 350) 0 __________________________________________________________________________________________________ embedding_1 (Embedding) (None, 350, 100) 568000 comments[0][0] __________________________________________________________________________________________________ embedding_2 (Embedding) (None, 350, 100) 34200 desct[0][0] __________________________________________________________________________________________________ bidirectional_1 (Bidirectional) (None, 350, 200) 160800 embedding_1[0][0] __________________________________________________________________________________________________ bidirectional_2 (Bidirectional) (None, 350, 200) 160800 embedding_2[0][0] __________________________________________________________________________________________________ conv1d_1 (Conv1D) (None, 346, 50) 50050 bidirectional_1[0][0] __________________________________________________________________________________________________ conv1d_2 (Conv1D) (None, 346, 50) 50050 bidirectional_2[0][0] __________________________________________________________________________________________________ concatenate_1 (Concatenate) (None, 346, 100) 0 conv1d_1[0][0] conv1d_2[0][0] __________________________________________________________________________________________________ lstm_3 (LSTM) (None, 346, 100) 80400 concatenate_1[0][0] __________________________________________________________________________________________________ dense_1 (Dense) (None, 346, 15) 1515 lstm_3[0][0] __________________________________________________________________________________________________ dropout_1 (Dropout) (None, 346, 15) 0 dense_1[0][0] __________________________________________________________________________________________________ flatten_1 (Flatten) (None, 5190) 0 dropout_1[0][0] __________________________________________________________________________________________________ labels (Dense) (None, 1) 5191 flatten_1[0][0] ==================================================================================================