HACKER Q&A
📣 curious16

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


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.

But the field has progressed quite a lot. For someone in 2023 who wants to learn AI/ML/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.


  👤 smoldesu Accepted Answer ✓
I was introduced to Andrej Karpathy'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: https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThs...

👤 debanjan16
An online book by Michael Nielsen : http://neuralnetworksanddeeplearning.com/

It starts from basics and builds a CNN to recognize handwritten digits. I found it very helpful during my start of the journey.