Skip to content

Recognition and classification of 40 000 bird images among 260 bird species. Application of MLP, CNN, Transfer Learning, feature extraction methods to apply SVM, Random Forest, KNN and SGD on the data.

Notifications You must be signed in to change notification settings

SalomePx/ComputerVision_2021

Repository files navigation

This Deep Learning project is a Computer Vision project. The objective is, from an image of a bird, to find its species, among the 260 species of birds in the database.

The chosen data set includes 40 000 images of birds of 260 different species.

To accurately predict the species of a given bird, we have :

  • built different types of neural networks: simple perceptron, multi layer perceptron, convolution network, transfer learning: ResNet18, GoogleNet, AlexNet, VGG16, ImageNet.
  • used other approaches: feature extraction, then application of Sector Vector Machine (SVM), Random Forest, K-Nearest Neighbors and SGD

The best accuracy obtained is 94% with the AlexNet network.

About

Recognition and classification of 40 000 bird images among 260 bird species. Application of MLP, CNN, Transfer Learning, feature extraction methods to apply SVM, Random Forest, KNN and SGD on the data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published