Lecture5: Introduction to Neural Networks- CS231n 강의 [1]를 듣고 공부한 내용을 나름대로 정리했다.CS231n 강의 [1] - 글에 있는 모든 그림, 표, 예시는 [2]에서 가져왔다. ~ 목차 ~1. ConvNet이란?2. ConvNet 역사3. ConvNet 구조 3.1 Convolution Layer 3.1.1 원리 3.1.2 Stride 3.1.3 Zero Padding 3.1.4 1x1 conv layer 3.1.5 Torch 구현 3.2 Pooling Layer 3.3 Fully Connected Layer4. ConvNet 활용 1. ConvNet이란?- ConvNet는 ..