Skip to content

Commit 4e4856a

Browse files
authored
Update ReadMe.md
1 parent f684d8e commit 4e4856a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Description:
22
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
33

4-
Dataset:
5-
https://drive.google.com/file/d/12I9KXycZQb3OFnb4UySFc8iHscdCZ0yJ/view?usp=sharing
6-
74
Model Summary:
5+
86
![Screenshot 2023-08-07 015812](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/671a2fd7-29c3-4a00-aca8-a4ae659f2de6)
97

108
Output:
9+
1110
![Screenshot 2023-08-07 015148](https://github.com/smty2018/Amazing-Python-Scripts/assets/74114936/e5a68322-91e9-46e3-a497-fe6259d70325)
11+
12+
13+
Dataset:
14+
https://drive.google.com/file/d/12I9KXycZQb3OFnb4UySFc8iHscdCZ0yJ/view?usp=sharing

0 commit comments

Comments
 (0)