Text and non-text image classification.
12 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Anuja Shinde
le 14 Fév 2021
Commenté : Abhishek Gupta
le 18 Fév 2021
I want to classify street view images as text images and non-text images. How can I classify using Machine learning approach? What features do I need to extract and which machine learning model should I use? Need a MATLAB code for the problem.
0 commentaires
Réponse acceptée
Abhishek Gupta
le 17 Fév 2021
Hi,
As per my understanding, you want to build a classification model. Here is the documentation for creating a simple deep learning network for classification task: -
2 commentaires
Abhishek Gupta
le 18 Fév 2021
Hi,
FYI, deep learning is part of machine learning, but if you don't want to use deep-learning, other options would be to classify using Support Vector Machine (SVM). The following example will help you in getting started: -
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!