Skip to content

Training a keras model to recognize real images of cats and dogs in order to classify an incoming image as one or the other.

License

Notifications You must be signed in to change notification settings

lovesaroha/Cat-OR-Dog-Classification-Training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cat-OR-Dog-Classification-Training

Training a keras model to recognize real images of cats and dogs in order to classify an incoming image as one or the other.
Download images from mledu-datasets/cats_and_dogs_filtered.zip.
Download inception model weights for transfer learning from mledu-datasets/inception_v3_weights_tf_dim_ordering_tf_kernels_notop.h5

Requirements

  • Python 3 or higher.

Packages

Numpy

py -m pip install numpy

Tensorflow

py -m pip install tensorflow

Start Training

py convolutional_neural_network.py
py transfer_learning.py

About

Training a keras model to recognize real images of cats and dogs in order to classify an incoming image as one or the other.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages