MATLAB: Text and non-text image classification.

non-text imagesocrStatistics and Machine Learning Toolboxtext images

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.

Best Answer

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: -