a-n-rose / Build-CNN-or-LSTM-or-CNNLSTM-with-speech-featuresLinks
A set of scripts that extract speech features (so far MFCCs, FBANKs, STFT, and kinda dominant frequency) and trains CNN, LSTM, or CNN+LSTM models with those features.
☆53Updated 2 years ago
Alternatives and similar repositories for Build-CNN-or-LSTM-or-CNNLSTM-with-speech-features
Users that are interested in Build-CNN-or-LSTM-or-CNNLSTM-with-speech-features are comparing it to the libraries listed below
Sorting:
- Front-end speech processing aims at extracting proper features from short- term segments of a speech utterance, known as frames. It is a …☆253Updated 2 years ago
- It uses GMM to train a speaker identification model. The training and testing has been done on subset (34 speakers) from VoxForge data co…☆58Updated 6 years ago
- Some useful features of speech process, such as MFCC, gammatone filterbank, GFCC, spectrum(power spectrum and log-power spectrum), Amplit…☆129Updated 5 years ago
- Feature extraction of speech signal is the initial stage of any speech recognition system.☆94Updated 5 years ago
- Speech Emotion Recognition from raw speech signals using 1D CNN-LSTM☆108Updated 4 years ago
- Single and multichannel sound event detection using convolutional recurrent neural networks. DCASE 2017 real-life sound event detection w…☆194Updated 3 years ago
- Detecting emotions using MFCC features of human speech using Deep Learning☆130Updated 4 years ago
- This repo contains my attempt to create a Speaker Recognition and Verification system using SideKit-1.3.1☆114Updated 6 years ago
- Implementation of the paper "Improved End-to-End Speech Emotion Recognition Using Self Attention Mechanism and Multitask Learning" From I…☆57Updated 4 years ago
- A pytorch implementation of xvector embedding☆79Updated 5 years ago
- Speech Enhancement based on DNN (Spectral-Mapping, TF-Masking), DNN-NMF, NMF☆189Updated 6 years ago
- Keras (tensorflow) implementation of SincNet (Mirco Ravanelli, Yoshua Bengio - https://github.com/mravanelli/SincNet)☆74Updated 4 years ago
- Classification of Urban Sound Audio Dataset using LSTM-based model.☆76Updated 3 years ago
- A PyTorch implementation of SEGAN based on INTERSPEECH 2017 paper "SEGAN: Speech Enhancement Generative Adversarial Network"☆153Updated 6 years ago
- Speech Emotion Recognition Using Deep Convolutional Neural Network and Discriminant Temporal Pyramid Matching☆51Updated 7 years ago
- A Pytorch implementation of 'AUTOMATIC SPEECH EMOTION RECOGNITION USING RECURRENT NEURAL NETWORKS WITH LOCAL ATTENTION'☆41Updated 7 years ago
- A collection of utilities for Detection and Classification of Acoustic Scenes and Events☆134Updated 7 months ago
- Repository of code for Speech emotion recognition using voiced speech and attention model, submitted to ICSigSys 2019☆13Updated 5 years ago
- PyTorch implementation of the Factorized TDNN (TDNN-F) from "Semi-Orthogonal Low-Rank Matrix Factorization for Deep Neural Networks" and …