1. Computer Vision
2023. 9. 15. 10:39ㆍGoogle ML Bootcamp/4. Convolutional Neural Networks
자율주행 등에 쓰이는 컴퓨터 비전에 대해 소개.
문제점 : input이 너무 크다.
- 1000 * 1000 크기의 사진이 input인 경우 RGB 채널로 인해 3백만개가 input.
- 이때 첫번째 layer의 weight.shape : (W[2], 3,000,000)
- 두번째 layer units이 1000개라면 자그마치 첫번째 layer weight는 자기마치 3억개가 된다...
'Google ML Bootcamp > 4. Convolutional Neural Networks' 카테고리의 다른 글
6. Convolutions Over Volume (0) | 2023.09.15 |
---|---|
5. Strided Convolutions (0) | 2023.09.15 |
4. Padding (0) | 2023.09.15 |
3. More Edge Detection (0) | 2023.09.15 |
2. Edge Detection Example (0) | 2023.09.15 |