Artificial Intelligence/Deep Learning

[DL] DNN/RNN/CNN 차원 비교 테이블

inee0727 2022. 7. 13. 14:18

 

  DNN RNN CNN
shape(예) (N,8) (N,3,1) (N, 28, 28,1)
차원 2 3 4
input_dim(예) 8 (3,1) (28,28,1)
output 1,2 2 4
    3 → 2 차원 4 →  4 차원