728x90
반응형
An ablation study typically refers to removing some “feature” of the model or algorithm,
and seeing how that affects performance.
ablation study 는 모델이나 알고리즘의 "feature" 들을 제거하면서 그게 성능에 어떤 영향을 줄지 연구하는 것이다.
예를들어 object detection 분야의 Fast-RCNN에서는 ablation study 를 다음과 같이 실험하고 있었다.
최근 딥러닝 분야의 논문을 작성할 때 필수적으로 넣어야할 부분인듯하다.

참고자료 1 :
https://www.quora.com/In-the-context-of-deep-learning-what-is-an-ablation-study
In the context of deep learning, what is an ablation study?
Answer (1 of 5): An ablation study typically refers to removing some “feature” of the model or algorithm, and seeing how that affects performance. Examples: * An LSTM has 4 gates: feature, input, output, forget. We might ask: are all 4 necessary? What if I
www.quora.com
728x90
반응형
'Archive > 기타' 카테고리의 다른 글
| [CMake] Ubuntu에 CMake 설치하기 (3) | 2020.01.23 |
|---|---|
| [git] git push 안될 때 (2) | 2020.01.17 |
| [JSON] JSON 파일 뷰어 (0) | 2019.08.02 |
| [GitHub] GitHub 에 폴더 올리기 (0) | 2019.05.31 |
| [OpenTracing] Jaeger UI를 이용한 분산 추적 (2) (0) | 2018.09.21 |