Skip to content

Different pics of dogs, cats and pandas were used and applied CNN on them to find out their type.

Notifications You must be signed in to change notification settings

abdulsamie10/AnimalClassification-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CNN

Massive progress has been made in the field of artificial intelligence, closing the gap between human and computer capacities. Proponents and experts alike work tirelessly on many facets of the topic to achieve remarkable results. Computer vision is just one example of such a field. The goal of this area of study is to teach computers to see and understand the world as humans do, so that they can apply this understanding to fields as diverse as image and video recognition, image analysis and classification, media recreation, recommendation systems, natural language processing, and so on. Over the course of its development and refinement, a Convolutional Neural Network has been at the centre of most of the progress made in Computer Vision using Deep Learning.

AnimalClassification-CNN

Different pics of dogs, cats and pandas were used and applied CNN on them to find out their type.

This codes uses CNN to classify between cats, dogs and pandas.