Filter löschen
Filter löschen

Which classifier is best for image classification?

7 Ansichten (letzte 30 Tage)
kavitha k
kavitha k am 6 Feb. 2018
Beantwortet: Krishna am 13 Aug. 2024 um 12:17
Which classifier is best for image classification

Antworten (2)

Abhishek Ballaney
Abhishek Ballaney am 6 Feb. 2018
https://in.mathworks.com/help/nnet/deep-learning-image-classification.html

Krishna
Krishna am 13 Aug. 2024 um 12:17
Hey,
When selecting the best networks for image classification, the choice depends on your specific application needs. For instance, if achieving the highest accuracy is your goal and you’re not concerned about the number of parameters, you might consider using DenseNets or Vision Transformers. On the other hand, if you need a lightweight classifier for resource-constrained environments, MobileNets or EfficientNets would be more appropriate. The ideal network will vary based on the application you’re developing.
Please review the following documentation to learn more about various image classifiers,
Also please go through the following documentation to learn more on how to do transfer learning in matlab to build your own image classifer,
This example shows in detail on how to implement pre-trained googlenet in matlab. You can follow this workflow for any other pre-trained network supported by MATLAB.
Hope this helps.

Community Treasure Hunt

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

Start Hunting!

Translated by