| description | β¨ Improving Neural Networks used in Computer Vision problems |
|---|
This folder contains theoric details about CNNs
| Term | Description |
|---|---|
| π« Convolutoin | Applying some filter on an image so certain features in the image get emphasized |
| π Pooling | A way of compressing an image |
| π· 2*2 max pooling | For every 4 neighbor pixels the biggest one will survive |
| β Padding | Adding additional border(s) to the image before convolution |
- Training speed of a CNN is too slower than plain NN because of its computational complexity π’