How to train a group of images Using SVM classifier ?

I downloaded some codes for GENDER IDENTIFICATION on color images Using classifier But It always shows an Error "mkl_custom.dll" not found.
Kindly help me how to Train a group of images Using SVM(nonlinear) classifier for gender identification.

답변 (5개)

priyanka gadade
priyanka gadade 2016년 2월 17일

1 개 추천

what the procedure to label the training data ? Labels convert feature data into binary form.. plz tell me procedure for Feature to label conversion.
Anand
Anand 2014년 3월 6일

0 개 추천

I don't know anything about the code you're using, but if you would like to use an SVM classifier, look at this

댓글 수: 4

thank you anand..i already have same svm sample codes from matlab 2013. but how to give an image as a svm input ?
example: SVMStruct = svmtrain(Training,Group) SVMStruct = svmtrain(Training,Group,Name,Value)
etc...
Well, you need to extract features relevant to gender classification from the training images, arrange them in a matrix of predictor data where each row corresponds to features for one image and each column to a feature. Pass this along with training data labels as well as tuning parameters to the fitcsvm function.
sir your comment exactly solve my problem can you help me with code link . that i have a feature vectors and the next step is how to make a representation of this features with machine learning
As Has:
Note: you cannot use binary SVM for this task, as over 50 genders have been described so far.
Estimates for the portion of humans who do not fit into 20th century "western civilization" binary notions of gender vary quite a bit, from 0.03% to 1% to 11%. However, since this task involves classification from photographs rather than actual gender, you need to take into account a different statistic, which has to do with the portion of individuals whose body has features not typically associated with traditional binary gender; the figure for that with regards to those who would typically be considered "male bodied" has been estimated to be as high as about 58% in one autopsy study.

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

syscon
syscon 2014년 3월 17일

0 개 추천

when i install with "custom settings" deselecting some other toolbox..it shows error like that .
but now i installed full package.there no errors like that. obviously dont know to classify the images with svm classifier.

댓글 수: 1

Why is this a separate Answer?
What "custom settings" are you talking about? Which package are you referring to?

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

Walter Roberson
Walter Roberson 2016년 6월 21일

0 개 추천

Trying to identify gender by image is the modern day phrenology, except with even less science behind it. Gender is internal, and every known biochemical or physical measurement to test gender objectively has been found to be incorrect. At best there are correlations. And as for correlations, I highly recommend reading https://www.thestar.com/news/insight/2016/01/16/when-us-air-force-discovered-the-flaw-of-averages.html
Tamil Tamil
Tamil Tamil 2018년 8월 13일

0 개 추천

how to detect building using matlab?.....pls give me a code

카테고리

도움말 센터File Exchange에서 Deep Learning for Image Processing에 대해 자세히 알아보기

질문:

2014년 3월 5일

댓글:

2018년 8월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by