Skip to content

jerpint/cnn-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

CNN Cheatsheet

Animations for visualizing operations in CNNs. All animations were done using the 3blue1brown's manim library. Check out the code to reproduce the images.

1D Convolution

conv1d

2D Convolution

Zero Padding

zeropad

Valid Convolution

valid

Same Convolution

same

Full Convolution

full

Strided Convolution

strided

Strided 1 and Stride 2

strided2

Pooling

pooling

Dilated Convolution

dilated

MNIST Convolution

mnist_conv

Depth

depth

RGB Convolution

rgb_conv

RGB to Volume

rgb2vol

Volume to Volume

rgb2vol

1x1 Convolution

onebyone

Global Pooling

globalpool

Transpose Convolution

transpose_conv transpose-2

About

animations for visualizing operations in CNNs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published