which method in machine learning can used to predict image
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Noor Abbas
il 16 Mar 2018
Commentato: Walter Roberson
il 3 Apr 2018
Hi every one, Could please help me for choice the method that predict image in machine learning
3 Commenti
Risposta accettata
Bernhard Suhm
il 2 Apr 2018
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 Commenti
Walter Roberson
il 3 Apr 2018
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) !!"
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Get Started with Statistics and Machine Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!