Downloads

Image Classification Using Transfer Learning and Deep Learning

Authors

Chitra Desai1
Department of Computer Science, National Defence Academy, Pune 1

Abstract

Deep learning models have demonstrated improved efficacy in image classification since the ImageNet Large Scale Visual Recognition Challenge started since 2010. Classification of images has further augmented in the field of computer vision with the dawn of transfer learning. To train a model on huge dataset demands huge computational resources and add a lot of cost to learning. Transfer learning allows to reduce on cost of learning and also help avoid reinventing the wheel. There are several pretrained models like VGG16, VGG19, ResNet50, Inceptionv3, EfficientNet etc which are widely used.   This paper demonstrates image classification using pretrained deep neural network model VGG16 which is trained on images from ImageNet dataset. After obtaining the convolutional base model, a new deep neural network model is built on top of it for image classification based on fully connected network. This classifier will use features extracted from the convolutional base model.

Article Details

Published

2021-09-23

Section

Articles

License

Copyright (c) 2021 International Journal of Engineering and Computer Science Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

How to Cite

Image Classification Using Transfer Learning and Deep Learning. (2021). International Journal of Engineering and Computer Science, 10(9), 25394-25398. https://doi.org/10.18535/ijecs/v10i9.4622