Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 375 Bytes

File metadata and controls

20 lines (11 loc) · 375 Bytes

CI_Image_Classification

Classifying dog breeds using their images and various neural network algorithms written in python.

Neural networks used in this project are:

1- Simple Google neural network

2- Modified Version of Simple Google neural network

3- Resnet 50

4- Alexnet

5- Mobilenet

6- xception

7- vgg

(SBU Computational Intelligence Course - 3rd assignment)