フィルターのクリア

which method in machine learning can used to predict image

1 回表示 (過去 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 Center および File ExchangeParallel and Cloud についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by