ArieRS / phd-kyutech

This repository uses as documentation my progress during my phd program
3 stars 0 forks source link

Seminar 2022-11-28 #13

Closed ArieRS closed 1 year ago

ArieRS commented 1 year ago

Seminar 2022-11-29

Progress

Method Architecture Accuracy Time (Sec)
LSTM1 2 LSTM + 3 Dense layers 44% 0.38
LSTM2 2 LSTM + Dropout + 3 Dense layers 33% 0.39
BiLSTM1 2 BiLSTM + 3 Dense layers 33% 0.65
BiLSTM2 2 BiLSTM + 2 Dropout + 3 Dense layers 33% 0.65
GRU1 3 {GRU + Dense} + BatchNorm + 1 Dense layer 56% 0.44
GRU2 3 {GRU + Dropout + Dense} + BatchNorm + 1 Dense layer 56% 0.45
BiGRU1 3 {BiGRU + Dense} + BatchNorm. + 1 Dense layer 56% 0.75
BiGRU2 3 {BiGRU + Dropout + Dense} + BatchNorm. + 1 Dense layer 50% 0.69
Method Architecture Accuracy Time (Sec)
Multivariate RC 450 Reservoir 56% 0.19
Multivariate RC 550 Reservoir 67% 0.26

Next Plan