from Hacker News

ML, Deep learning, CV, and NLP Projects with code

by okokok___ on 1/7/21, 4:29 PM with 13 comments

  • by dang on 1/7/21, 11:02 PM

    Lists can't be Show HNs, so I've taken that out of the title.

    https://news.ycombinator.com/showhn.html

    Generally speaking, they don't make great regular submissions either, since HN is already itself a list, and a pointer to a pointer to a pointer is too much indirection.

    https://hn.algolia.com/?dateRange=all&page=0&prefix=true&sor...

  • by frakkingcylons on 1/7/21, 10:05 PM

    Bummer, only 500. Anybody have a link to a repo of 1000 random Medium articles with AI/ML?
  • by santiagobasulto on 1/7/21, 8:20 PM

    This is very cool, but the level of indirection is strange. It's a repo, that contains links to medium posts, that aggregate posts from thecleverprogrammer. And it all seems to be owned by the same person. Why not make just one aggregated list?
  • by okokok___ on 1/7/21, 7:54 PM

    If you like this, I do a weekly roundup of open source projects that includes an interview with one of the devs you can subscribe to.

    https://console.substack.com/

  • by lazyresearcher on 1/7/21, 8:28 PM

    Quantity vs Quality, I guess. I randomly selected a link and ended up in this article about NER. It explains how to train a named entity recognition model but skips some functions and in the end where it says "testing the model" it shows results of a pretrained spacy model wtf?

    [0] https://thecleverprogrammer.com/2020/08/04/named-entity-reco...

  • by koolk3ychain on 1/7/21, 8:26 PM

    Anyone have recommendations for examples of deploying a basic ML image classifier as a restful api? or examples of a multi-attribute image classifier?