How to choose a pre-trained neural network for your image classification

11 visualizaciones (últimos 30 días)
Hello,
I'm looking into the pre-trained neural networks such as : mobilenet , googlenet, resnet 50, VGG16 and alex net
and I'm wondering how to choose one of them to transfer learning?
my image classification program is simple and it's about detecting traffic signs, but the question is how should i choose one of the above networks?
how do I know which one of them will perform better than the others ?

Respuesta aceptada

Nagasai Bharat
Nagasai Bharat el 21 de Abr. de 2021
Hi,
From my understanding you are trying to use a pretrained model for an image classification task. In order to do that you can find the available pretrained networks from this doc. The doc provides a section on Transfer learning . And an example on how to use this network can be accessed from here. The example also shows how to evaluate the network too.
  3 comentarios
Nagasai Bharat
Nagasai Bharat el 22 de Abr. de 2021
Editada: Nagasai Bharat el 22 de Abr. de 2021
The choice would be on the requirement of the project you are working on. The time the model takes to predict, memory contraint of the model parameters, the harware you are using to train(more layers implies more time taken by the learning algorithm) and finally the accuracy you are getting without overfiting.
An option would be to try each model and cross-check their acceracy metric and choose the best one also taking into consideration of the above requirements.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by