Join Community
HOW TO START IN THE FIELD OF AI AND ML

I plan to get into the field of AI and ML and would like to know what steps I have to take to learn it. I know the basics of maths but I don't know how to code. I have heard that python is the most common language used in this field and I am trying to learn it.


What else should I do to be able to learn ML?

Sort by

Daniel

Honestly, you don’t need fancy bootcamps to get started. Just know your basic calculus and matrix algebra, start learning ML, then move on to MLPs once the basics click.
              
  • Reply

Yuki

Yup, focus on understanding the intuition behind things, not just memorizing formulas. ML only makes sense when you “feel” the math.
              
  • Reply

Laura

Couldn’t agree more. Pick one solid book for structure, then Google stuff when you get stuck. That’s literally how most of us learned.
              
  • Reply

Omar

Bootcamps and Datacamp are fine if you’re dabbling, but they barely scratch the surface. If you’re serious, skip the paywalls.
              
  • Reply

Daniel

Here’s the roadmap that worked for me:
 1️⃣ Learn Python first: syntax, loops, functions.
 2️⃣ Study math: multivariate calculus, linear algebra, stats, probability.
 3️⃣ Learn NumPy: it’s essential.
 4️⃣ Read about basic ML algorithms (clustering → decision trees → random forest).
 5️⃣ Try coding them from scratch.
              
  • Reply

Léa

For neural networks, start with Andrej Karpathy’s intro video. It’s seriously the best 1-hour breakdown of how NNs work.
              
  • Reply

Ahmed

And don’t sleep on Stanford’s CS231n or the 3Blue1Brown series, both are gold. Also, the deeplearning.ai and fast.ai courses are great for practical ML.
              
  • Reply

Anastasia

Exactly. Build, break, repeat. Coding those algorithms by hand teaches more than any theory ever will.
              
  • Reply

Pablo

People underestimate how critical statistics is. Like, it’s the foundation of ML.
              
  • Reply

Tomasz

So true. Everyone just dives straight into TensorFlow tutorials without even knowing what a p-value is.
              
  • Reply

Lena

Learn stats properly, and maybe even play around with R before jumping to Python ML libs. It builds great habits.
              
  • Reply

Wei

An MSCS with a specialization in machine learning is basically the golden ticket for breaking into the field properly.
              
  • Reply
Show replies

Sara

Yeah, you can go self-taught, but if you want to compete for top-tier roles, that formal foundation helps a ton.
  • Reply

Category: Technology Enthusiasts

Subcategory: AI and Machine Learning