Skip to content

Deep learning model to recognize your pets CNN

Notifications You must be signed in to change notification settings

shubhangini22/octo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Octo

Deep learning model for recognising pets, especially:
CATS DOGS WEIRDOS (Resembles both as a cat or a dog) :)

I have explained my project by breaking down it into simpler parts.


Description

Step-1:Initially I imported the following libraries:
1.Tensorflow
2.ImageDataGenerator from Keras

Then the data to be utilized was pre-processed in data preprocessing step


1

   <br><br>

Step-2:Preprocessing the test set and training set respectively by creating respective objects and instance from imagedatagenerator.


2



Step-3:After performing the above steps it's time to build our CNN model.
This itself inovolves diving deepinto mathematics by breaking down inti following steps:
1.Convolution
2.Pooling
3.Adding a second convolutional layer
4.Flatterning
5.Full connection
6.Output layer


3



4



Step-4:After specifying the test set and training set, building of CNN model was done as per the below mentioned steps:

5





Step-5:Now, prediction was done by giving a weird image of cat were the model satisfactorily gave accepted result


Test image

cat 4069


Predicted Result:

5


Technologies

  • Tensorflow
  • Keras
  • Jupyter Notebook

Author Info

Back To The Top

About

Deep learning model to recognize your pets CNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published