5 skills found
baggepinnen / DynamicAxisWarping.jlDynamic Time Warping (DTW) and related algorithms in Julia, at Julia speeds
hfink / MatchboxMel-Frequency-Cepstral-Coefficients and Dynamic-Time-Warping for iOS/OSX
baggepinnen / SpectralDistances.jlMeasure the distance between two spectra/signals using optimal transport and related metrics
amitchone / ASRA Python 2.7 implementation of Mel Frequency Cepstral Coefficients (MFCC) and Dynamic Time Warping (DTW) algorithms for Automated Speech Recognition (ASR).
SvenWientjes / SpeechRecognitionClassifying sound signals as Links, Midden or Rechts using features computed using a Mel-Frequency filterbank, summing the power of the frequency-domain in the relevant filters. Dynamic Time Warping is used to find proper alignment between the unknown word and several labelled exemplars per word we are looking for. Then, k nearest neighbours tells us which is the most likely class for our unknown word.