Hacker News new | ask | show | jobs
Show HN: Simple Hacker News article recommendation algorithm (github.com)
8 points by rschachte 1190 days ago
Been feeling a bit left out in this fast paced world of ML/AI, so built my first ML project since college.

The idea is to scrape the most recent HN article titles and use TF-IDF and cosine similarity as metrics to rank articles that you're interested in to filter out only relevant things. Hopefully a fun project for beginners to get inspiration to jump into this world.