Skip to content
#

timit

Here are 34 public repositories matching this topic...

A Simple Automatic Speech Recognition (ASR) Model in Tensorflow, which only needs to focus on Deep Neural Network. It's easy to test popular cells (most are LSTM and its variants) and models (unidirectioanl RNN, bidirectional RNN, ResNet and so on). Moreover, you are welcome to play with self-defined cells or models.

  • Updated Jan 18, 2018
  • Python

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.

  • Updated Feb 10, 2018
  • Perl

Improve this page

Add a description, image, and links to the timit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the timit topic, visit your repo's landing page and select "manage topics."

Learn more