Found in 4 comments on Hacker News
segmondy · 2023-06-08 · Original thread
Studying C or Python is studying C or Python. Rather, study AI. Pick up python along the way, skip C.

https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQ...

https://www.youtube.com/watch?v=jGwO_UgTS7I&ab_channel=Stanf...

There's tons of book, but I recommend this since it's hands on "Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow" https://www.amazon.com/Hands-Machine-Learning-Scikit-Learn-T...

https://developers.google.com/machine-learning/crash-course

download some local LLMs and play with them along the way. Good luck.

Sorry, but I absolutely do not recommend it. It is too much theory for a beginner. Instead, I'd recommend "Hands on Machine Learning with Scikit & Keras". Decent theory + lots of practice. https://www.amazon.com/Hands-Machine-Learning-Scikit-Learn-T...
ankush-garg · 2022-10-12 · Original thread
Can you elaborate what you would do with machine learning techniques? In what capacity? I'd love to understand what problems you have.

Generally speaking, a great book to start with is this - https://www.amazon.com/Hands-Machine-Learning-Scikit-Learn-T...

UmbertoNoEco · 2022-05-20 · Original thread
OK, since it is for a teenager I would assume just basic computer competency (how to install programs and stuff like that) but nothing else, so apologies if some of these things are pretty obvious/basic..

I would (assuming zilch knowledge and tools).

- Install Python. https://www.python.org/downloads/

- Install VSC https://code.visualstudio.com/

- Install the python extension for VSC https://marketplace.visualstudio.com/items?itemName=ms-pytho...

- learn a little bit of python. This is a good resource, but there are several more, even the official documentation is very good

http://openbookproject.net/thinkcs/python/english3e/

- After some familiarity with python one option is this free book:

http://neuralnetworksanddeeplearning.com/

- Another, good (but paid) option is this book: https://www.amazon.com/Hands-Machine-Learning-Scikit-Learn-T...

Or a third option is indeed Andrew Ng's course.

Now, for any of those 3 options a little (or a lot) of guidance and patience will be needed so hopefully you or some friend/peer can help with that. Good luck!

Fresh book recommendations delivered straight to your inbox every Thursday.