Viewing profile — matsiyatzy
matsiyatzy
HN member- Joined
- Sun, Oct 11, 2009, 6:19 PM UTC
- HN karma
- 60
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About matsiyatzy
No profile information was provided.
Recent public activity
-
comment
Comment #11239283
I've tried colorizing photos with this code (result here : https://twitter.com/matsiyatzy/status/706270684209680384 ) using EC2 instances. It's pretty fast, around 10-15 minutes, t…
- story
-
comment
Comment #10968458
Here's a (currently incomplete) list of Deep Learning frameworks : https://docs.google.com/spreadsheets/d/1XvGfi3TxWm7kuQ0DUqYr... There are many :)
-
comment
Comment #9975641
You can download the file "synset_words.txt" with class numbers in caffe via running the script ./data/ilsvrc12/get_ilsvrc_aux.sh . But here's the file online as well : https://git…
-
comment
Comment #9514692
Probably because you've used up your "quota" of free economist articles. If you follow the link in incognito mode, the article is visible. Also, link to the original paper : http:/…
-
comment
Comment #9317958
Does anyone know if there is any code available for this paper? Would be extremely interesting to see comparisons of the EM-algorithm mentioned with regular SGD in terms of speed a…
- story
-
comment
Comment #8796962
Yep, the method will alert you when there is enough data to be able to conclude which hypothesis is true.
- story
-
comment
Comment #8557607
There's definitely geometric differences between male and female faces. The most distinct difference is that the male chin tends to be larger, giving the face a more "square" shape…
-
comment
Comment #5470827
nice easter egg : following the "treasure hunt" leads to red letters spelling out "APRIL FOOLS". Along each of the trails leading to the red letters, there are also hidden letters …
-
comment
Comment #5470811
All the letters together spell out "APRIL FOOLS"
-
comment
Comment #5363872
It's a bit confusing that this has the same name as another (pretty well known) a/b test calculator: http://www.thumbtack.com/labs/abba/
-
comment
Comment #5229616
Well, we've had similar drugs (though not vaccines) for a while I believe, and they don't always work as they should. A guy I worked with was a recovering alcoholic on a "return-to…
-
comment
Comment #5201825
Hmm, that's interesting. Is there any name for that kind of method? I might look at implementing it.
-
comment
Comment #5201672
Hi, creator of the headtrackr library here. As far as the headtrackr library goes, it does include a smoother (moving average) to avoid jittering of the tracking. It's set pretty l…
-
comment
Comment #5201585
Lighting is pretty important for the quality of the face tracking. If it doesn't work first time, try reinitializing a couple of times, the face detector tends to lock onto other o…
-
comment
Comment #5201498
Check out http://auduno.github.com/headtrackr/examples/targets.html (though you'll need webgl support)
-
comment
Comment #5178873
The point of the Surface "exercise" for Microsoft is not really to make a profit. They're trying to "lead the herd" in creating a feasible merge of the "desktop" paradigm and the "…
-
comment
Comment #4909357
It should be mentioned that most of these things are already implemented by numeric.js ( http://www.numericjs.com/ )
-
comment
Comment #4906969
Yeah, numeric.js is awesome and very fast compared to other libraries. Would be interesting to see a comparison in terms of performance between these two.
-
comment
Comment #4624417
"Technology is anything that was invented after you were born.” - Alan Kay I find this quote to be surprisingly true. It boggles the mind to think that mundane stuff such as sewing…
- story
-
comment
Comment #4457253
For introverted or shy employees, the issue is not that it isn't easy to talk to the CEO/manager, it's just that they're unlikely to voice their opinions unless they're specificall…
-
comment
Comment #4378431
Well, it's usually very hard to copy other people's flash code that you might see somewhere. With webRTC/javascript, all you really need to do is "view source". This, plus mashups …