Viewing profile — huula
huula
HN member- Joined
- Sun, May 25, 2014, 9:26 AM UTC
- HN karma
- 90
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About huula
No profile information was provided.
Recent public activity
-
comment
Comment #16542368
Nice, https://huu.la implements a similar idea, but for web pages -- for anyone that's interested.
- story
- story
-
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?
- story
- story
-
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)…
-
comment
Comment #14281556
Nice work! I've been trying to pick up some App Script stuff too. Where did you learn it?
-
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…
-
comment
Comment #14203558
Wednesday Special!
- story
-
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…
-
comment
Comment #14168620
There's no people sitting in the vehicle in all these videos. Is 300km with or without load?
-
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.
-
comment
Comment #14101547
Now nobody talk about the "dating app" image wechat held in its early years, which brought it a lot of users.
-
comment
Comment #14062409
Goodgirl!
-
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.
-
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…
-
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.
-
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…
- story
- story
- story
-
comment
Comment #13868370
Question: what kind of frameworks can be practically migrated to Scala Native?
-
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 …