gyfbianhuanyun / brain-data-with-age

brain data with age in Hongik University
3 stars 1 forks source link

Various experiment attempts #8

Open gyfbianhuanyun opened 3 years ago

gyfbianhuanyun commented 3 years ago

Various model structure comparisons:

  1. RNN
  2. LSTM
  3. GRU
  4. Left by GRU
  5. Right by GRU
  6. FC

Notice:

gyfbianhuanyun commented 3 years ago

@albert-no 교수님, 안녕하세요. 여려 model training 시켜서 코드를 많이 수정했습니다. 잘 정리해서 올리겠습니다.

  1. RNN 결과 RNN_result
  2. LSTM 결과 LSTM_result
  3. GRU 결과 GRU_result
  4. Left by GRU 결과 GRU_left_result
  5. Right by GRU 결과 GRU_right_result
  6. FC 결과 FC_result
albert-no commented 3 years ago

GRU 의 경우 bidirectional을 사용하나요?

gyfbianhuanyun commented 3 years ago

아닙니다. 한번 사용할까요?

albert-no commented 3 years ago

네 bidirectional을 추가하여 변화가 있는지 확인해보기 바랍니다.

gyfbianhuanyun commented 3 years ago

네, 알겠습니다~