Show HN: Generate realistic handwriting with neural networks [demo]
1–10 of 21 posts
Re: Show HN: Generate realistic handwriting with neural networks [demo]
#2Re: Show HN: Generate realistic handwriting with neural networks [demo]
#3Re: Show HN: Generate realistic handwriting with neural networks [demo]
#4How does the legibility work? It seems to decrease variation the higher it is.
Re: Show HN: Generate realistic handwriting with neural networks [demo]
#5This is pretty cool! How does the legibility work? It seems to decrease variation the higher it is.
Re: Show HN: Generate realistic handwriting with neural networks [demo]
#6Re: Show HN: Generate realistic handwriting with neural networks [demo]
#7Hey HN — This is a simple web app that allows you to enter text and watch as an in-browser neural network generates the corresponding handwriting in real time. I’m happy to hear feedback or answer questions about how it works!
Re: Show HN: Generate realistic handwriting with neural networks [demo]
#8Really neat! Where did you get the training data for? Is there a way to contact you?
Re: Show HN: Generate realistic handwriting with neural networks [demo]
#9Re: Show HN: Generate realistic handwriting with neural networks [demo]
#10This is pretty cool! How does the legibility work? It seems to decrease variation the higher it is.
Outputs are sampled from a probability distribution, and increasing the legibility effectively concentrates probability density around more likely outcomes. So you're correct that it's just altering variation. The general technique is referred to as 'adjusting the temperature of the sampling distribution'.