36. Semantic Segmentation with U-Net
2023. 9. 17. 23:22ㆍGoogle ML Bootcamp/4. Convolutional Neural Networks

뭘 하고자 하는지 알겠지. input image를 주면 각 영역이 무엇을 의미하는지 나타내려고 하는 것.
- Y는 image 크기의 matrix가 될 뿐이다.

'Google ML Bootcamp > 4. Convolutional Neural Networks' 카테고리의 다른 글
38. U-Net Architecture Intuition (0) | 2023.09.17 |
---|---|
37. Transpose Convolutions (0) | 2023.09.17 |
35. Region Proposals(Optional) (0) | 2023.09.17 |
34. YOLO Algorithm (0) | 2023.09.17 |
33. Anchor Boxes (0) | 2023.09.17 |