Skip to content

A CNN based animal classification system which uses deep neural network to identify features associated with each class and predicts the outcome.

Notifications You must be signed in to change notification settings

U-t-k-a-r-s-h/Animal_Classification_CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Animal_Classification_CNN

A CNN based animal classification system which uses deep neural network to identify features associated with each class and predicts the outcome.

Technique used

The program is written in Python and uses the google's API tensorflow. It uses Convolutional Neural Network for detecting the hidden Features of the images and is currently one of the state of the art technique being used worldwide.

Optimizer

In this Program i have used the ADAM optimizer as it converges faster due to its momentum based adaptations.

Loss Funciton

The loss is minimized over Categorical Cross Entropy. Which uses average information to measure the loss.

The data set can be downloaded from the following link

https://www.kaggle.com/alessiocorrado99/animals10

About

A CNN based animal classification system which uses deep neural network to identify features associated with each class and predicts the outcome.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages