Artificial Intelligence/Deep Learning
[DL] 회귀/분류모델 표 정리
inee0727
2022. 7. 5. 23:56
|
회귀
|
분류 | |
이진 | 다중 | ||
loss 평가지표 | mse,mae/r2 | binary cross entropy/acc | cateogorical cross entropy/acc |
마지막 layer activation | linear | sigmoid | softmax |
마지막 layer node | 1이상 | 1 | y 라벨의 수만큼 |
metrics | mse,mae | mse,mae...+acc | mse,mae...+acc |
one hot encoding | x | o | o |