Machine Intelligence Archive
1 subscriber
3 photos
2 files
53 links
Machine Intelligence, Machine Learning, Artificial Intelligence, Data Science, Data Processing, Natural Language Processing, Computer Vision.
Download Telegram
Forwarded from Age Of Geeks
✍🏼 Generate handwriting with an in-browser recurrent neural network!

Web demo is available here: https://seanvasquez.com/handwriting-generation/

The model is based on Alex Graves’ 2013 paper on handwriting generation - https://arxiv.org/abs/1308.0850, but adds an inference model to allow for sampling latent style vectors (similar to the VAE model used by SketchRNN - https://arxiv.org/abs/1704.03477). The web demo is implemented with tensorflow.js