Hacker News new | ask | show | jobs
Ask HN: What are some good resources on Recommender Systems?
14 points by shreyansh26 1302 days ago
I am looking for good technical resources to study recommender systems in depth. Anything from books, courses to blogs would be helpful. Would also be better if I could follow along with code and implement stuff.
2 comments

One good starting point with code to follow along with is the chapter on Recommender Systems in "Dive in to Deep Learning."

https://d2l.ai/chapter_recommender-systems/index.html

That's helpful. Thanks!