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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: In 2023, what resource will you pick for learning AI/ML/DL?

3 点作者 curious16超过 2 年前
AI is old, ML not so old but still older than DL. There have been several online courses and books for someone to learn these topics on their own.<p>But the field has progressed quite a lot. For someone in 2023 who wants to learn AI&#x2F;ML&#x2F;DL with the ultimate aim of working in DL, what resource should they pick without an iota of doubt? Resources that have a perfect mix of concepts and real practice using real datasets.

2 条评论

smoldesu超过 2 年前
I was introduced to Andrej Karpathy&#x27;s series a few days ago on HN, and it was pretty mind-blowing how he explains basic model training concepts using Python and straightforward calculus. Well worth a watch: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLAqhIrjkxbuWI23v9cThs...</a>
debanjan16超过 2 年前
An online book by Michael Nielsen : <a href="http:&#x2F;&#x2F;neuralnetworksanddeeplearning.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;neuralnetworksanddeeplearning.com&#x2F;</a><p>It starts from basics and builds a CNN to recognize handwritten digits. I found it very helpful during my start of the journey.