Pinned Repositories
baidu-allreduce
bnlstm
Batch normalized LSTM for tensorflow
bnlstm-pytorch
Batch normalized LSTM with pytorch
cdr-dereverb
Coherence-based Dereverberation for Speech Enhancement
CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, prefix search, beam search and token passing. Implemented in Python and OpenCL.
efficient_densenet_pytorch
A memory-efficient implementation of DenseNets
fuckcqcs
gammatone
Gammatone-based spectrograms, using gammatone filterbanks or Fourier transform weightings.
my_ch_speech_recognition
使用python进行语音识别
Pinyin2Hanzi_CBHG
Pinyin to hanzi conversion using CBHG network
xdcesc's Repositories
xdcesc/802.11n-ldpc
A matlab implementation of the 802.11n LDPC encoder and decoder
xdcesc/cudamat
Python module for performing basic dense linear algebra computations on the GPU using CUDA.
xdcesc/eigenfaces
An eigenfaces demo to go along with a recent blog post: http://mikedusenberry.com/on-eigenfaces/
xdcesc/error-correction
xdcesc/get_f0_snd
David Talkin's pitch tracker, get_f0, modified to be a stand-alone binary using dpwelib for sound I/O
xdcesc/HadoopUSC
USC Version of Hadoop that includes HDFS-RAID. Erasure codes like Locally Repairable Codes (aka Simple Regenerating Code), Reed Solomon Code and XOR code are supported
xdcesc/hardware_drivers
misc code to interface with soc hardware
xdcesc/ica
Independent Component Analysis (for blind source separation)
xdcesc/isee3-decoder
ISEE-3/ICE Telemetry demodulator and decoder
xdcesc/Kalman-1
Kalman filter to combine GPS and accelerometer data
xdcesc/lstm-rnn
Portal of Johannes and Felix's RNN implementation and further modifications for ASR
xdcesc/MATLAB-1
xdcesc/matlabtools
Matlab tools (from code.google.com/p/matlabtools/)
xdcesc/MatlabWrapper
C++ convenience class to communicate with a Matlab instance. Send matrices back and forth, execute arbitrary Matlab commands, or drop into interactive Matlab session right in the middle of your C++ code.
xdcesc/mersenne-twister
This Mersenne Twister is a fast pseudo-random number generator (PRNG) in C++
xdcesc/MIMO-Simulation
Simulation Code for MIMO Signals with and without a Sphere Decoding front-end
xdcesc/normal_encoding
encoding float3 normal vectors to uint16 by using optimized sperical coords together with alias method
xdcesc/PolarCodes
Polar code implementation in C
xdcesc/qca7000
UART/SPI drivers for Qualcomm Atheros QCA7000 serial-to-powerline bridge chip. This version is specific to Linux 2.6.35 and Freescale iMX28 CPU.
xdcesc/Quake
Quake GPL Source Release
xdcesc/ReedSolomonListDecoding
Implementation of a series of list decoding algoritms
xdcesc/rnn-speech-denoising
Recurrent neural network training for noise reduction in robust automatic speech recognition
xdcesc/rssoft-1
Automatically exported from code.google.com/p/rssoft
xdcesc/scde
My failed PhD work on Spectral Correlation Density Estimation using CAPOS, APES, MVDR and WOSA estimators.
xdcesc/schedulerRR
A simple round robin scheduler simulator
xdcesc/Spectral-learning
The spectral learning procedure/OOM model learning
xdcesc/tinylex
A tiny lexical analyser generator
xdcesc/viterbi-decoder
A matlab+mex implementation of a convolutional encoder and a Viterbi decoder