deep learning

CoNNear

A convolutional neural-network model of human cochlear mechanics and filter tuning for real-time applications

NICE Keras

Implementation of NICE: Nonlinear Independent Components Estimation in Keras

Understanding Variational Autoencoders and Implementation in Keras

Variational Autoencoders (VAEs)[Kingma, et.al (2013)] let us design complex generative models of data that can be trained on large datasets. This post is about understanding the VAE concepts, its loss functions and how we can implement it in keras.

Tracking Multiple Losses with Keras

Often we deal with networks that are optimized for multiple losses (e.g., VAE). In such scenarios, it is useful to keep track of each loss independently, for fine-tuning its contribution to the overall loss.

iSEGAN

Tricks to improve SEGAN performance. Eveything is re-implemented into Keras with Tensorflow backend.

SERGAN: Speech enhancement relativistic generative adversarial network

A fully convolutional end-to-end speech enhancement system with GANs

CHiME-3 CNN ASR

Kaldi script for CNN-DNN evaluation on CHiME-3 data