Hacker News new | ask | show | jobs
by fizixer 2174 days ago
Thanks for sharing. If you don't mind, did you use Graves 2013 RNN or something recent/more advanced?
1 comments

Yes, it's mostly based on that. Primary difference is that this model adds an inference model (VAE style), which allows you to a) sample style vectors from a latent distribution b) do so more efficiently than the priming mechanism described in that paper.
Thanks. Great work.