alirezadir / Machine-Learning-Interviews

This repo is meant to serve as a guide for Machine Learning/AI technical interviews.
MIT License
4.31k stars 777 forks source link

convolution labels misleading #13

Closed sensitive-machine closed 2 months ago

sensitive-machine commented 2 months ago

just a heads up that the 2D convolution listen in the CNN section is actually 1D, and the 3D is actually 2D. just in case anyone comes here looking for (batch_size,x,y,z) 3D convolution help. Awesome repo though, thanks for building!