Hacker News new | ask | show | jobs
by ygra 1241 days ago
Well, the source code is available, but as there is no license you can't really consider it open-source.
1 comments

A large number of handwriting synthesis demos are derivations of/inspired by Alex Graves's paper "Generating Sequences With Recurrent Neural Networks". Alex's code is available under GPL-3.0 here, https://sourceforge.net/projects/rnnl/. One could also port the techniques described in the paper, https://arxiv.org/abs/1308.0850 using any modern machine learning framework.