Skip to content

kastnerkyle/nips2015_vrnn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Variational Recurrent Neural Network

This is an implementation of the paper "A Recurrent Latent Variable Model for Sequential Data". http://arxiv.org/abs/1506.02216

Dependencies

Most of the script files are written as pure Theano code, modules are implemented in a more general framework. You can find the code at http://github.com/jych/cle.

Notice

The original Blizzard dataset should be downloaded by each user due to the license.
http://www.synsig.org/index.php/Blizzard_Challenge_2013
The original wave files have been read by numpy and saved into '.npz' format. There is a function that reads the numpy formatted files and generate a hdf5 format file.

The experiments for the IAM-OnDB will be added soon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%