Text and non-text image classification.
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Abhishek Gupta
2021-2-17
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 个评论
Abhishek Gupta
2021-2-18
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: -
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Text Data Preparation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!