Deep Learning/CS231n 19

CS231n 2강 summary

1. Image classification 이미지 분류 Image images are represented as 3D arrays of numbers, with integers between [0, 255] E.g. 300x100x3(height x width x color channel) Image classification core task in computer vision image is input data An image classifier def classify_image(image): #???? return class_label 2. Image classification challenges 이미지 분류의 어려움 1) viewpoint variation 시각에 따라 이미지가 다르게 보일 수 있음..

CS231n 1강 summary

최신 버전의 내용 정리가 업데이트 되었습니다. 👉🏻 보러가기 1. Computer Vision의 역사 Biological Vision의 역사 과거 고대 생물에게 시력은 존재하지 않았다가 시력이 생기면서 아주 짧은 기간동안 생물의 종이 폭발적으로 증가 (Evolution’s Big Bang) 시력은 거의 모든 지적 동물들의 가장 큰 감각 체계로 발전 Mechanical Vision의 역사 Pinhole camera 이론에 근거한 카메라 Obscura 동물들이 구멍을 통해 빛을 모으는 초기 눈과 유사 카메라 뒤쪽에 있는 plane에서 정보와 영상을 수집 Hubel & Wiesel, 1959. Electrophysiology 연구 고양이 뇌에 전극을 꽂아서 어떤 자극이 고양이 뇌의 신경세포를 흥분시키는지 관찰..

반응형