zhaoyu611 / Automatic_Speech_Recognition_with_Multi_Models
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.
☆19Updated 7 years ago
Alternatives and similar repositories for Automatic_Speech_Recognition_with_Multi_Models:
Users that are interested in Automatic_Speech_Recognition_with_Multi_Models are comparing it to the libraries listed below
- Speaker embedding(verification and recognition) using Tensorflow with Kaldi☆41Updated 7 years ago
- Robust Speech Recognition Using Generative Adversarial Networks (GAN)