오늘은 Biomedical 분야 Semantic Segmentation을 위한 Convolutional network 인 U-Net에 대해 포스팅 하려고 합니다. 더보기 https://link.springer.com/content/pdf/10.1007/978-3-319-24574-4_28.pdf (U-Net: Convolutional Networks for Biomedical Image Segmentation Olaf Ronneberger, Philipp Fischer, and Thomas Brox) U-Net의 구조 - U-Net의 구조는 아래와 같습니다. U-Net은 'Contracting path', 'Bottle Neck', 'Expanding path'로 구성되어있습니다. '수축 단계(Contr..