Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
machine_learning_roadmap [2023/10/23 17:01] – [Learn Advanced Python] demiurgemachine_learning_roadmap [2023/10/23 17:02] (current) – [Learn Advanced Python] demiurge
Line 40: Line 40:
 That should probably be enough for Math. I might've missed a few essential things, but I will add more as I come across them. That should probably be enough for Math. I might've missed a few essential things, but I will add more as I come across them.
  
-====== Programming ======+===== Programming =====
  
 The current programming language dominating the ML community is **Python**. Not surprising, since the ease of use allows you to focus on writing efficient code without needing to spend too much time learning the intricacies of the language's syntax. There's a good chance you already know Python, but we'll go over the basic steps anyway. The current programming language dominating the ML community is **Python**. Not surprising, since the ease of use allows you to focus on writing efficient code without needing to spend too much time learning the intricacies of the language's syntax. There's a good chance you already know Python, but we'll go over the basic steps anyway.
-===== Learn Python Basics =====+ 
 + 
 +==== Learn Python Basics ====
  
 `roadmap.sh` [Python Developer roadmap]([[https://roadmap.sh/python|https://roadmap.sh/python]]) is an incredibly useful resource for this. What it essentially boils down to, however, is: `roadmap.sh` [Python Developer roadmap]([[https://roadmap.sh/python|https://roadmap.sh/python]]) is an incredibly useful resource for this. What it essentially boils down to, however, is:
Line 50: Line 52:
  
  
-===== Learn Advanced Python =====+==== Learn Advanced Python ====
  
 At this stage, you'll be sufficiently familiar with Python and ready to tackle the ML aspects of Python. Very exciting. At this stage, you'll be sufficiently familiar with Python and ready to tackle the ML aspects of Python. Very exciting.