mravanelli / pytorch_MLP_for_ASR

This code implements a basic MLP for speech recognition. The MLP is trained with pytorch, while feature extraction, alignments, and decoding are performed with Kaldi. The current implementation supports dropout and batch normalization. An example for phoneme recognition using the standard TIMIT dataset is provided.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mravanelli/pytorch_MLP_for_ASR Stargazers