You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cats Vs Dog Image Classifier (CNN)/ReadMe.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,10 @@ Description:
2
2
The project uses TensorFlow and Keras libraries to create a Convolutional Neural Network (CNN) architecture for Cats vs. Dogs image classification. The dataset is preprocessed by resizing and normalizing the images. The CNN model consists of multiple convolutional and pooling layers, followed by fully connected layers for classification. The model is trained using the training data, optimizing the cross-entropy loss with the Adam optimizer
0 commit comments