Is it possible to classify images using an unsupervised learning algorithm ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it possible to classify images using an unsupervised learning algorithm ???

I want to classify images into two groups for gender identification (face images) using any unsupervised algorithm

19th Aug 2019, 12:42 PM
Vaibhav Shetty
Vaibhav Shetty - avatar
4 Answers
+ 2
It's technically possible but it's classifications would still need to be moderated for accuracy. Most image recognition systems have a database of images they are trained on, and the algorithm then matches key points in the image to the database and picks the statistically most likely option (e.g. a blue flat thing with light reflecting off it might be a window or some water, but if it has straight/smooth edges it is more likely to be a window). It ultimately depends what you want the algorithm to do; if you want to see what happens then go for it and tell us about it, if its for a specific purpose you may be better off giving it a training set first.
19th Aug 2019, 12:57 PM
Rincewind
Rincewind - avatar
+ 3
That would require more time/samples than supervised learning.
19th Aug 2019, 2:32 PM
Sonic
Sonic - avatar
0
I’d say so, yes. google and apple have done it
19th Aug 2019, 12:47 PM
Brave Tea
Brave Tea - avatar
0
Labeling unlabeled data, maybe. It might work better to help identify anomalous patterns
19th Aug 2019, 12:54 PM
Steven M
Steven M - avatar