cvqluu / Factorized-TDNNLinks
PyTorch implementation of the Factorized TDNN (TDNN-F) from "Semi-Orthogonal Low-Rank Matrix Factorization for Deep Neural Networks" and Kaldi
☆149Updated 5 years ago
Alternatives and similar repositories for Factorized-TDNN
Users that are interested in Factorized-TDNN are comparing it to the libraries listed below
Sorting:
- Time delay neural network (TDNN) implementation in Pytorch using unfold method☆203Updated 6 years ago
- Tensorflow implementation of x-vector topology on top of Kaldi recipe☆120Updated 6 years ago
- A pytorch implementation of xvector embedding☆79Updated 5 years ago
- Robust Speech Recognition Using Generative Adversarial Networks (GAN)☆59Updated 6 years ago
- Speech separation with utterance-level PIT experiments☆105Updated 7 years ago
- python codes to extract MFCC and FBANK speech features for Kaldi☆67Updated 7 years ago
- An LDA/PLDA estimator using KALDI in python for speaker verification tasks☆102Updated 8 years ago
- Implementation of Neural PLDA (NPLDA) model (A discriminative backend for Speaker Verification)☆100Updated 5 years ago
- ☆99Updated 8 years ago
- Pytorch implementation of "Generalized End-to-End Loss for Speaker Verification"☆103Updated 6 years ago
- A PyTorch implementation of "TasNet: Surpassing Ideal Time-Frequency Masking for Speech Separation" (see recipes in aps framework https:/…☆218Updated 2 years ago
- Share some recent speaker recognition papers and their implementations.☆90Updated 6 years ago
- Neural speaker recognition/verification system based on Kaldi and Tensorflow☆32Updated 5 years ago
- Probabilistic Linear Discriminant Analysis & classification, written in Python.☆131Updated 3 years ago
- Voxceleb1 i-vector based speaker recognition system☆44Updated 7 years ago
- Some useful features of speech process, such as MFCC, gammatone filterbank, GFCC, spectrum(power spectrum and log-power spectrum), Amplit…