Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Classification of cats and dogs with CNN with TensorFlow

Notifications You must be signed in to change notification settings

miguelTavora/Advanced-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classification of dogs and cats using CNN

Objectivce

1. Binary classification between dogs and cats

2. Multi-class classification between dog and cat breeds

  1. Initially, a neural network using manual layers was created.
  2. Then, pre-trained models were applied to the current problem.
  3. Apply transfer learning.

The best resulting classification in the binary problem is:

drawing
1. Confusion matrix of the best results for binary classification

The best classification confusion matrix in the multiclass problem with 84.5% accuracy is:

drawing
1. Confusion matrix of the best results for multiclass classification

About

Classification of cats and dogs with CNN with TensorFlow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published