Live data from Hacker News

Viewing profile — huula

huula

HN member
Joined
Sun, May 25, 2014, 9:26 AM UTC
HN karma
90
Public activity
86 items

About huula

No profile information was provided.

Recent public activity

  1. comment
    Comment #16542368

    Nice, https://huu.la implements a similar idea, but for web pages -- for anyone that's interested.

  2. story
  3. story
  4. comment
    Comment #16117631

    Cool work! I'm very interested in this topic. Just wondering, how good does it generalize your training data other than just remembering strict input-output mapping?

  5. story
  6. story
  7. comment
    Comment #14421900

    Mapping screenshots to code is not hard. By having the model simply memorize the screenshots to code mappings of the training data can give you almost 100% accuracy (for some demo)…

  8. comment
    Comment #14281556

    Nice work! I've been trying to pick up some App Script stuff too. Where did you learn it?

  9. comment
    Comment #14222356

    Great article. Covers a lot of aspects on how ML can help designers be more creative and productive! At Huula, I'm a firm believer that ML can automate various parts of web designs…

  10. comment
    Comment #14203558

    Wednesday Special!

  11. story
  12. comment
    Comment #14202650

    As a DIY drone builder for 5 years, here are my two pennies. Arduino lets you program it. Apm and multiwii are essentially arduino. Video is a bit tricky, but you can always transm…

  13. comment
    Comment #14168620

    There's no people sitting in the vehicle in all these videos. Is 300km with or without load?

  14. comment
    Comment #14115012

    Good work! Training on vector pictures instead of rasterised images seems such a good way to go. With some related data, I imagine this can also be colored.

  15. comment
    Comment #14101547

    Now nobody talk about the "dating app" image wechat held in its early years, which brought it a lot of users.

  16. comment
    Comment #14062409

    Goodgirl!

  17. comment
    Comment #14054054

    Machine Learning has become more and more like archaeology after people start saying "empirically" more and only provide a single or limited datasets.

  18. comment
    Comment #13961804

    Good point, just blindly select several "harmonious" colors are not hard at all. But as some folks pointed out, if we want to also consider the context (where the colors will be us…

  19. comment
    Comment #13961733

    Yeah, statistical models just give you the most probable result (in terms of the data we train it on), so if you are a creative person, you probably won't find it useful.

  20. comment
    Comment #13961470

    Looks cool! I recently posted HuulaTypesetter ( https://huu.la/ai/typesetter ) which infers font sizes for web pages based on DOM context and CSSRooster which infers CSS class name…

  21. story
  22. story
  23. story
  24. comment
    Comment #13868370

    Question: what kind of frameworks can be practically migrated to Scala Native?

  25. comment
    Comment #13855454

    Looks cool! Sometimes I think incremental initialization will be the ultimate performance optimization strategy, and this is definitely a great way to achieve that! For the debate …