by inapis on 8/19/24, 8:52 AM with 2 comments
To clarify my inquiry, I’d like to break it down into two parts:
1. Applied ML: What should I focus on when it comes to integrating machine learning into products?
2. Theoretical ML: What should I prioritize regarding the theoretical or research aspects of machine learning?
So far, I have shortlisted two O'Reilly books[1][2] for the applied part.For the theoretical part, I’m considering the fast.ai course[3]
Is this a good starting point, or is there a better approach I could take?
[1] Hands on LLM - https://learning.oreilly.com/library/view/hands-on-large-language/9781098150952/
[2] Applied machine learning and ai for engineers - https://learning.oreilly.com/library/view/applied-machine-learning/9781492098041/
[3] https://course.fast.ai/
by Greamy on 8/20/24, 9:18 AM
To understand the subject properly, I would say that you actually need a bit of a mathematical background to be able to understand the whys and hows of ML and DL. For this, I would start with Elements of Statistical Learning [1] to get all the background.
After that, probably Andew NG's Coursera Course gives you the next steps and also how to implement all those methods. Maybe in the meantime there are better courses, but I'm not sure, I haven't looked into it in a long time.
The Deep Learning book [2] is good to get you started on all the classic DL methods, but won't really cover anything new (like vene transformers which by now are not even new anymore).
After that, you can probably start looking into trying out projects by yourself, even going on arXiv to check out newer research and familiarize yourself with the academical lingo and way to describe the maths and practicalities (imo could be way better, but academics have a big ego they cannot leave to deflate).
Also, might be important to mention that this whole thing set up like this, and made properly would take 1+ years with bachelor's knowledge already, so if you just want some basic knowledge, you could skim through some of those, but this would be the path I would recommend to get proper knowledge of all the bases, and fully understand what's happening in the field.
by pizza on 8/21/24, 2:23 AM