Hacker News new | ask | show | jobs
by llagerlof 1239 days ago
From a previous comment, it's an open source project!

https://github.com/sjvasquez/handwriting-synthesis

1 comments

Well, the source code is available, but as there is no license you can't really consider it open-source.
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.