- Collected the data and organized to form a meaningful dataset.
- Used binary classification for Dog and Cat images.
- Did Exploratory Data Analysis on the dataset.
- Visualizations were made by using Matplotlib and Seaborn Libraries.
- Added CNN layer
- Max pooling
- Added second layer
- Flattening
- Added Dense Layer
- Used Support Vector Machine - SVM
- Since, it is a binary classification, so i used Linear SVM.
- by training for 20 epoches.!!
Finded the best parameters. Saved the model using Tensorflow's Load_model.
- Read an image from the test dataset
- And predicted it using the value of Array.
- And the classification was distinguished using the positive and negative value of the resulted array.