Live data from Hacker News

Viewing profile — sjv

sjv

HN member
Joined
Mon, Jun 10, 2019, 8:18 PM UTC
HN karma
183
Public activity
17 items

About sjv

No profile information was provided.

Recent public activity

  1. comment
    Comment #24742816

    I implemented the network from scratch in vanilla javascript. The file is just a custom binary file containing the names, shapes, and weights of the network parameters. If you have…

  2. comment
    Comment #24723662

    The dataset is from the IAM On-Line Handwriting Database. I've linked my github, which has my email, on my profile.

  3. comment
    Comment #24723407

    Outputs are sampled from a probability distribution, and increasing the legibility effectively concentrates probability density around more likely outcomes. So you're correct that …

  4. comment
    Comment #24720787

    Hey 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 fe…

  5. story
  6. comment
    Comment #24713086

    The value is almost entirely as a technical demo of current machine learning techniques. Handwritten fonts will always be a more reliable way to create synthetic handwriting, so I …

  7. comment
    Comment #24712907

    Hey 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 fe…

  8. story
  9. comment
    Comment #24206623

    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)…

  10. comment
    Comment #24206184

    It's not intentionally slowed down. The sampling process is computationally heavy and you'll notice improved performance when running it on better hardware. There are many algorith…

  11. comment
    Comment #24206135

    The model was trained on a relatively small dataset which has few occurrences of the letter x, almost none of which are in cursive. As you've found, asking the model to write out a…

  12. comment
    Comment #24205885

    Non-statistical methods of imitating handwriting are always fairly easy to identify as synthetic due to the uniformity of strokes and unnatural kerning (among other things). Even m…

  13. comment
    Comment #24095547

    This problem was more or less solved with neural networks in 2013, see https://arxiv.org/abs/1308.0850 . I've implemented a similar model in javascript that you can interact with: …

  14. comment
    Comment #24095506

    Perhaps something like this? https://seanvasquez.com/handwriting-generation

  15. story
  16. story
  17. story