Classifying images using Machine Learning or Deep Learning?

조회 수: 3 (최근 30일)
Wendy Fernandez
Wendy Fernandez 2017년 2월 9일
답변: Khaoula Riahi 2019년 3월 18일
I am pretty new to image processing and machine learning. Currently, I am doing a school project where I have to classify images in: bottle of water or can of soda. The idea is to train a model with different brands of bottles of water and cans of soda. Then, if one of those brands appear, classify the image in one of the two categories. Is this possible using the Matlab machine learning toolbox or the deep learning one? Any suggestion?

채택된 답변

mizuki
mizuki 2017년 2월 14일
편집: mizuki 2017년 2월 14일
First try the general machine learning algorithms to classify such as Support Vector Machines. The following example would be similar to what you want to do:
If you are not satisfied with your classification results, and you have a lot of image data, consider to use Deep Learning. The easiest way to get started is to use the pre-trained model such as alexnet:
If you want to use more complex ones, see the examples in the documentation first.
  댓글 수: 1
Qazi  Arbab Ahmed
Qazi Arbab Ahmed 2017년 2월 21일
I have Trained my model using Statistical App. I am using 4 features Finally to train my Model. Now I have a test Data set that I have read, How can I test using my Trained model. I have exported my model into workspace but when I do test my Images it gives the following erroe.
yfit = trainedClassifier.predictFcn(I2) Error using array2table (line 28) X must be a 2-D matrix.
Error in mlearnapp.internal.model.DatasetSpecification>@(x)array2table(x,'VariableNames',this.PredictorNames)
Error in mlearnapp.internal.model.DatasetSpecification>@(x)exportableClassifier.predictFcn(predictorExtractionFcn(x)) (line 138) newExportableClassifier.predictFcn = @(x) exportableClassifier.predictFcn(predictorExtractionFcn(x));

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Khaoula Riahi
Khaoula Riahi 2019년 3월 18일
how to install machine learning in Matlab version 2013?

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by