Skip to content
Alex Nguyen edited this page Nov 1, 2022 · 2 revisions

https://github.com/dlsyscourse/public_notebooks/blob/main/convolution_implementation.ipynb

Multi-channel convolution

https://youtu.be/-5RPPjn0hPg?t=1107 Screen Shot 2022-11-01 at 23 25 43

Mapping c_in channels to hidden c_out channels. r loop over c_in channels, s loop over c_out channels.

Strided convolution / pooling

https://youtu.be/-5RPPjn0hPg?t=1728 Screen Shot 2022-11-01 at 23 31 59

Clone this wiki locally