matlab code for gender recognition using svm
#1

Gender recognition system consist of 2 parts.
1)pre-processing and feature extraction.
2) classification
using MFCC coeeffecients and also SVM.
Reply
#2

Human face contains a variety of information for adaptive social interactions amongst people. In fact, individuals are able to process a face in a variety of ways to categorize it by its identity, along with a number of other demographic characteristics, such as gender, ethnicity, and age. In particular, recognizing human gender is important since people respond differently according to gender. In addition, a successful gender classification approach can boost the performance of many other applications, including person recognition and smart human-computer interfaces.

We have developed an algorithm for gender recognition based on AdaBoost algorithm. Boosting has been proposed to improve the accuracy of any given learning algorithm. In Boosting one generally creates a classifier with accuracy on the training set greater than an average performance, and then adds new component classifiers to form an ensemble whose joint decision rule has arbitrarily high accuracy on the training set. In such a case, we say that the classification performance has been “boosted”. In overview, the technique train successive component classifiers with a subset of the entire training data that is “most informative” given the current set of component classifiers. AdaBoost (Adaptive Boosting) is a typical instance of Boosting learning. In AdaBoost, each training pattern is assigned a weight that determines its probability of being selected for some individual component classifier. Generally, one initializes the weights across the training set to be uniform. In the learning process, if a training pattern has been accurately classified, then its chance of being used again in a subsequent component classifier is decreased; conversely, if the pattern is not accurately classified, then its chance of being used again is increased.

The code has been tested with Stanford Medical Student Face Database achieving an excellent recognition rate of 89.61% (200 female images and 200 male images, 90% used for training and 10% used for testing, hence there are 360 training images and 40 test images in total randomly selected and no overlap exists between the training and test images).
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: gender recognition using pca matlab code, speaker gender recognition using matlab, download code gender recognition, facial gender recognition using svm matlab code, gender recog code in matlab, autocorrelation for gender recognition in matlab, download code gender recognitionnguage pdfaw result,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  authentication schemes for session passwords using color and images project source code 2 2,259 03-02-2018, 09:35 AM
Last Post: Nischithnash
  image encryption and decryption using rsa algorithm in matlab 2 8,094 29-05-2017, 04:17 PM
Last Post: Priyanka Bidikar
  download liver tumor ct scan image in matlab with source code 4 8,247 21-05-2017, 09:54 PM
Last Post: abdulrahmanmashaal
  MATLAB codes needed for powerline communication 1 8,258 12-04-2017, 05:00 PM
Last Post: jaseela123d
  source code for task scheduling using genetic algorithm using java 2 8,713 11-04-2017, 08:31 PM
Last Post: Guest
Thumbs Up source code of online payment system using steganography and visual cryptography 3 8,690 06-04-2017, 09:56 AM
Last Post: jaseela123d
  matlab code for wavelet based ofdm transmitter 1 942 24-02-2017, 11:18 AM
Last Post: ijasti
  code to extract brain tumor detection using matlab 2 1,090 17-10-2016, 04:32 PM
Last Post: girish123ak
  f5 algorithm steganography matlab code 2 890 04-10-2016, 03:00 AM
Last Post: [email protected]
  color image segmentation using jseg algorithm in matlab code 2 889 29-09-2016, 12:07 PM
Last Post: Guest

Forum Jump: