Final Report for CS5611 (Fuzzy Sets: Theory and Applications):

Speaker Recognition Using Neuro-Fuzzy Techniques

³¯´¼°¶ (mr854347, ¸êºÓ¤@)
³¯§¶±l (mr844367, ¸êºÓ¤@)


Table of Contents

Abstract Problem Definition Data Set Description Our Approach
Simulation Results Conclusions Computer Programs Division of labor
References


Abstract

This report describes our attempt to apply Neural Network and Fuzzy System for speaker recognition. The preliminary results show that backpropogation network is a better approach than ANFIS when applied to speaker recognition, which is obviously a problem of classification, not regression.

Problem Definition

This project tries to recognize a user input speach via a pretrained network. There are several types of speaker recognition:

This project uses text-independ speach and a close-set speakers for speaker recognition. That is, we will identify your voice from a limited people, regardless of what you speak. There are many methods in the neuro-fuzzy catalog that can be used to achive this.

For neural network:

For fuzzy logic:

And their mixup, ANFIS (Adaptive Neuro-Fuzzy Inference System). We only chose some representive methods to show the possibility of speaker recognition using neuro-fuzzy.

Data Set Description

Approach

Our approach to this problem can be explained in two aspects:

Simulation Results