The Dogs vs. Cats dataset is a standard computer vision dataset that involves classifying photos as either containing a dog or cat. Although the problem sounds simple, it was only effectively addressed in the last few years using deep learning convolutional neural networks.
Link For Database : Kaggle Dogs & cat Images
Link For Different Kind of Filter : Image Kernels
- Convolution
- Pooling (Max/Avg/Sum pooling)
- Flattening
- Fulling Connection
- Softmax Activation function
- Loss function