Live data from Hacker News

Viewing profile — oergiR

oergiR

HN member
Joined
Wed, Jun 03, 2015, 8:34 AM UTC
HN karma
51
Public activity
13 items

About oergiR

No profile information was provided.

Recent public activity

  1. comment
    Comment #45804240

    There is more to this quote than you might think. Grammatically, in English the verb "swim" requires an "animate subject", i.e. a living being, like a human or an animal. So the qu…

  2. comment
    Comment #43414397

    FreeType was written when fonts were local, trusted, resources, and it was written in low-level C to be fast. The TrueType/OpenType format is also made for fast access, e.g. with i…

  3. comment
    Comment #41877547

    That makes it sound like it’s a choice, which it isn’t really. The way to look at it is from a probabilistic perspective: with the fix, you maximise the probability of the data. Wi…

  4. comment
    Comment #37448173

    Isn’t the main problem the cost of heating? In the UK at least a kWh of electricity cost 4 times what a kWh of gas costs. Even if a heat pump is twice as efficient as gas heating, …

  5. comment
    Comment #35578518

    I agree except for (6). A language model assigns probabilities to sequences. The model needs normalised distributions, eg using a softmax, so that’s the right way of thinking about…

  6. comment
    Comment #32118081

    In English everywhere except the US, it’s “horse riding”; “horseback riding” is US English. Definitely humorous: https://m.youtube.com/watch?v=5wSw3IWRJa0

  7. comment
    Comment #24099362

    Training a speaker-specific recogniser that improves over a generic recogniser requires a lot more data nowadays. First, generic systems are a lot better and trained on a lot more …

  8. comment
    Comment #15091912

    The actual paper is available here: http://www.isca-speech.org/archive/Interspeech_2017/abstract...

  9. comment
    Comment #13434153

    This is how healthcare is set up in Switzerland and the Netherlands. It is just an implementation issue how payments (through tax or otherwise) are routed. In a system that involve…

  10. comment
    Comment #13101590

    The "model" in the title is the model of the world, as a probabilistic model. The good thing about such a model is that it explicitly states your beliefs about the world. Once you'…

  11. comment
    Comment #11108427

    To train a speech recogniser on subtitles, you need to be careful to allow for words missing from the transcriptions. But it has been done: goo.gl/Syx27j

  12. comment
    Comment #9715138

    I know that Andrew Ng and colleagues say that they don't use HMMs. I haven't spoken with them (I haven't seen them at speech conferences) so I do not know whether they actually bel…

  13. comment
    Comment #9714957

    Probabilistic models. Recent research often focuses on Bayesian models. Probabilistic models have never really gone away. This presentation by LeCun actually suggests embedding neu…