/Classification-of-dataset-monkeys-from-Kaggle

In this repository, monkeys were classified using three different models: self-written VGG16, EfficientNet_B4, DenseNet169.

Primary LanguageJupyter Notebook

In this repository, monkeys were classified using three different models: self-written and trained VGG16, pretrained EfficientNet_B4, pretrained DenseNet169.

The following accuracy was obtained on the validation sample:

  • VGG - 81.6%
  • EfficientNet_B4 - 100%
  • DenseNet169 - 99.3%