Ask HN: Resources for people who already know how to code?
A common issue I run into when trying to learn about new technologies (for example, machine learning) is that the material often assumes the reader doesn't know very much. This leads to a lot of time spent on basic things (like for loops or the basic memory management)
What do you guys use to learn about new technologies/languages? Kind of like learnxinyminutes but more in-depth.
3 comments
[ 2.3 ms ] story [ 13.1 ms ] threadStep 1: Download library X solving your specific need.
Step 2: Run library function Y on your data, this creates the model you need.
If you want to learn machine learning properly you need to go do a real course and learn the fundamentals. If not that is all you need to know. "How do I know what library to download or what function to run to get good results?" yeah, that is the hard part, a tutorial can't teach you this, go learn it properly in a university course or equivalent or spend a lot of time building experience if you want to be able to answer that.