Skip to content

Exploring various models architecture for automatic speech recognition pipeline

Notifications You must be signed in to change notification settings

moelkhawaga/DNN_Speech_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNN_Speech_Recognition

Building an automatic speech recognition pipeline using the LibriSpeech data set. For the acoustic model both spectrograms and MFCCs are extracted from the data and fed to a DNN. For the DNN model different architectures are implemented using Keras and Tensorflow backend to explore the best preforming option. At the end a final model is built consisting of a 1D CNN Layer to extract features from the spectrogram, two bidirectional GRU layers with a batch normalization layer for each and finally a time distributed layer to receive sequences from the GRUs with a softmax activation to decode the probability distributions.

About

Exploring various models architecture for automatic speech recognition pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published