which method in machine learning can used to predict image

조회 수: 6 (최근 30일)
Noor Abbas
Noor Abbas 2018년 3월 16일
댓글: Walter Roberson 2018년 4월 3일
Hi every one, Could please help me for choice the method that predict image in machine learning
  댓글 수: 3
Noor Abbas
Noor Abbas 2018년 3월 17일
Thanks for your consideration, I mean does for example SVM can predict an image when used?
Image Analyst
Image Analyst 2018년 3월 17일
It can, I suppose. Try it and see.

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

채택된 답변

Bernhard Suhm
Bernhard Suhm 2018년 4월 2일
So you have a choice of pursuing the "classic" machine learning approach, extract some features from your image data, apply a "classic" machine learning method like SVM, and then use that to predict on new image data (after applying the same preprocessing). Methods for extracting features from images are described at Feature Detection and Extraction doc page.
Or you take the "deep learning" approach where you feed the raw image data directly into the deep network. Information about that is available on the Neural Network product page.
  댓글 수: 2
Noor Abbas
Noor Abbas 2018년 4월 3일
thanks for your answer, I mean can machine learning predict whole image not to classify if the image dog or cat for example. I mean the same image,
Walter Roberson
Walter Roberson 2018년 4월 3일
What would be the input that it would use to predict from?
Is this like the user sitting down at the program and asking, "I have an image in mind, but I am not going to tell you what it is. Draw a picture of it.", and the picture promptly produces an image of Edvard Munch's "The Scream" with the background clouds replaced by copies of the smile from Mona Lisa, and with the main figure having a goatee drawn on in Screamin' Green (#76FF7A), and the user then laughs, "Oh you stupid machine, you known nothing! The goatees should have been in Go Transit Green (#00AB66) !!"

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by