mravanelli / pytorch_MLP_for_ASRLinks
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.
☆38Updated 7 years ago
Alternatives and similar repositories for pytorch_MLP_for_ASR
Users that are interested in pytorch_MLP_for_ASR are comparing it to the libraries listed below
Sorting:
- Python implementation of pre-processing for End-to-End speech recognition☆69Updated 7 years ago
- Voxceleb1 i-vector based speaker recognition system☆43Updated 7 years ago
- This python code performs an efficient speech reverberation starting from a dataset of close-talking speech signals and a collection of a…