machine learning, stuttering detection
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    fatima alansari
 am 5 Mär. 2019
  
    
    
    
    
    Bearbeitet: Walter Roberson
      
      
 am 9 Mär. 2019
            Hello,
I'm working on a project that detects the stuttering in a speech and counts how many syllables with stuttering in the speech using machine learning, neural network.
However, I'm new in the machine learning world and have questions!!!
Is it right to use speech recognition to detect the stuttering syllables?? or there is another way, which is simpler, to do that??
Thank you in advance
0 Kommentare
Akzeptierte Antwort
  Abhishek Singh
      
 am 8 Mär. 2019
        
      Bearbeitet: Walter Roberson
      
      
 am 9 Mär. 2019
  
      Yes, it is a good idea to use machine learning for stuttering detection. I would recommend you start with how to extract mfcc features in MATLAB, refer this link for the same:
These mfcc features are representations of your audio file, they are a 2D matrix similar to an image. Image recognition algorithms such as convolution can be then be used for stuttering recognition, where the output can be a stuttering label.
You might also find these links useful:
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Speech Recognition finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!