TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are some good resources on Recommender Systems?

14 点作者 shreyansh26超过 2 年前
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 条评论

allthing超过 2 年前
One good starting point with code to follow along with is the chapter on Recommender Systems in &quot;Dive in to Deep Learning.&quot;<p><a href="https:&#x2F;&#x2F;d2l.ai&#x2F;chapter_recommender-systems&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;d2l.ai&#x2F;chapter_recommender-systems&#x2F;index.html</a>
评论 #33749720 未加载
didactickhan超过 2 年前
Best one I&#x27;ve seen so far is this: <a href="https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;practical-recommender-systems" rel="nofollow">https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;practical-recommender-systems</a>