I am familiar with supervised Learning methods (SVM, Maximum Entropy, Bayes Classifiers) for textual classification, but for image I cannot figure out where I should start from.
I have a set of human images (exclusively women) whom I've to classify as being beautiful or not. The first hurdle I am facing is "Feature selection". I thought to take hair shape, complexion, eye shape as features but they are becoming too complex to detect. OCR in comparison seems comparatively easier as the shapes can be put in black & white format and find best match with the known symbols.
I am also ready to explore unsupervised learning methods if that is more useful. Please provide me pointers as to how should I begin with. Any free to use libraries would be really great (could be in any language)!