Speaker Recognition using MFCC and GMM
조회 수: 7 (최근 30일)
이전 댓글 표시
I've run the system using the following for training: Speech data(NTIMIT) --> MFCC (feature extraction) --> GMM (modeling)
for testing:
Speech data(NTIMIT)--> MFCC (feature extraction) --> EM (scores)
the accuracy I am getting is 44% for 461 speakers. it was confirmed by 2 at least(1. Reynolds. 2. Patra) that running such system should give an accuracy of 60.8% for 630 speakers i have done lots of changes in terms of sampling frequency (mainly 8000 or 16000), number of MFCC cepstums, number of MFCC mixtures and iterations and the window size and that was the best percentage I could get.
I am using an MFCC and GMM codes which gave good result with TIMIT
advice would be really appreciated
댓글 수: 1
채택된 답변
mamdouh
2011년 5월 4일
i can tell that you should give more attention to the training data and the prepossessing step .... you can use PCA algorithm for dimensionality reduction and the class separability measure i think it may help
and if you can help me with code of the mfcc and the gmm i'll be thankful Regards.
댓글 수: 2
VINAY
2013년 4월 16일
Hi, You can use DTW algorithm for matching the speech files and speaker recognition.
추가 답변 (1개)
Brian Hemmat
2020년 3월 20일
Audio Toolbox provides several examples for speaker recognition (both identification and verification):
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Speech Recognition에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!