Text and non-text image classification.
조회 수: 1 (최근 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!