ended3월 25일· 1 sources

My Study Notes on Convolutional Neural Networks (CNN)

합성곱 신경망(CNN) 학습 노트

Why it matters

This beginner-friendly study note explains how Convolutional Neural Networks (CNNs) work for image recognition tasks such as text, music note, and obstacle detection. It covers core concepts including convolution (applying filters to highlight features), padding (preserving edge data), stride (filter step size), and pooling (downsampling to reduce noise while retaining key features).

1
Sources
+0
24h
Growth
169d
Active
CNNConvolutionPoolingPaddingStride

Sources

Related Issues