Table 4. LSTM and BLSTM architecture implemented in Matlab without transfer learning technique.
LSTM | Output Size | BLSTM | Output Size |
---|---|---|---|
SequenceInput | 1 | SequenceInput | 1 |
Lstm | 50 | Blstm | 50 |
fullyConnected | 2 | fullyConnected | 2 |
softmax | 2 | softmax | 2 |
classification | 2 | classification | 2 |