Live data from Hacker News

Viewing profile — mrplank

mrplank

HN member
Joined
Sat, Jun 10, 2017, 10:39 AM UTC
HN karma
3
Public activity
4 items

About mrplank

No profile information was provided.

Recent public activity

  1. comment
    Comment #16669240

    Has anyone made or found an implementation yet?

  2. comment
    Comment #14575157

    There are already newer versions, Yolov2 and DSSD. See http://github.com/sbrugman/deep-learning-papers In practice Faster R-CNN worked better for me than YOLOv2 as it, in contrast …

  3. comment
    Comment #14544755

    Google Brain outperforms LSTMs with Convolutional Networks in speed and accuracy, seeming to confirm LSTMs are not optimal for NLP at least: https://arxiv.org/pdf/1706.03762.pdf

  4. comment
    Comment #14526873

    LSTMs are on their retour in my opinion. They are a hack to make memory in recurrent networks more persistent. In practice they overfit too easy. They are being replaced with convo…