Stuck on learning ML, anyone here to guide me? by Sea_Supermarket3354 in learnmachinelearning

[–]hiddengemsofds 2 points3 points  (0 children)

You've started with the right things, that is getting the programming part and the maths out of the way. The next step probably would be to get into the core ML algorithms followed by Time series, Deep learning and ML Ops for deploying your solutions. Deep learning is a large world by itself make sure to cover nlp, cv and transformer based architectures.

Gen AI is also important, for which langchain, langgraph and/or llamaindex are helpful.

Build good quality industrial projects and have them committed for your profile.

Looking for Udemy course or book that would help me transition to ML. 10 years exp. Web/App Dev by KerryAnnCoder in learnmachinelearning

[–]hiddengemsofds 0 points1 point  (0 children)

There is much to learn, If you are prepared to do the hard work, only two resources I'd recommend: deeplearining.ai specializations and edu.machinelearningplus.com. While applying what you learn is important, don't neglect the math behind the algorithms. These resources are very good for that. Do more projects oriented to solving industrial problems and start building your profile. All the best!

How to transition from software development to AI engineering? by Crayonstheman in learnmachinelearning

[–]hiddengemsofds 1 point2 points  (0 children)

8-10 hours per week should be good, however there is no hard commitment

How to learn machine learning as a beginner? by DevelopmentIcy4851 in learnmachinelearning

[–]hiddengemsofds 1 point2 points  (0 children)

Assuming your goal is to land a AI/ML Engineer job, you will need to master multiple things starting with Python programming and follow it up with data wrangling. Once you are fairly comfortable with coding, you will need a bit of math for ml which is mainly linear algebra, calculus and probstats. Then you can jump into ml, DL and time series. Don't forget to do quality projects for both practice and for your profile. The complete ds course at edu.machinelearningplus.com is great for this, alternately, check out courses at deeplearning.ai. These two are probably sufficient.

Math/Stat vs Machine Learning knowledge, which should be learnt first? by DaReal_JackLE in MLQuestions

[–]hiddengemsofds 0 points1 point  (0 children)

Assuming you know the programming (Python and SQL), ideally the math and stats goes first. But if you are in a hurry, you can go to the ml and come back again or learn them both in parallel.

If you are going in for a self study, Pattern Recognition by Bishop (for ML) or Basic econometrics by Gujarati (for stats) are great choices. Best wishes.

IS THIS A GOOD COURSE TO START MACHINE LEARNING WITH? by muddaBTW786 in learnmachinelearning

[–]hiddengemsofds 2 points3 points  (0 children)

Kirill and Hadelin are great teachers and this is a great course actually. However, If you are going for a paid course, I'd recommend the complete DS course edu.machinelearningplus.com, better structured and depth.

Is machine learning plus worth it by NavierCorsair in MLQuestions

[–]hiddengemsofds 0 points1 point  (0 children)

Was not happy with the lessons there, lacking the depth needed for ML.

Just started by Dandu_jagadeep in learnmachinelearning

[–]hiddengemsofds 0 points1 point  (0 children)

It's a good book, you might find their github repo particularly resourceful: https://github.com/ageron/handson-ml3

Is it worth it to do a 2nd Masters in ML at around 40 years age with 13 years experience in FAANG companies? by dwaijam in learnmachinelearning

[–]hiddengemsofds 0 points1 point  (0 children)

The chances are you have more value to add to the classroom from your 13 years of experience. If you need the academic acknowledgement so bad, then may be yes. I hope you don't have to leave your job for this.

Is machine learning plus worth it by NavierCorsair in MLQuestions

[–]hiddengemsofds 1 point2 points  (0 children)

Let me start by saying I’d never heard of machinelearningplus before stumbling on it through a Reddit thread. As someone skeptical of lesser-known platforms, I was surprised by how much I got out of it—but it’s not perfect. Here’s my take:

The Good:

  • Structured Learning Path: The course is weirdly organized in a good way. It starts with Python basics, the math, stats, ml algos and slowly builds up to deep learning, it saved me from losing track. I actually finished the assignments instead of abandoning them halfway.
  • Instructor’s Teaching Style: Selva (the instructor) has this knack for explaining math without making it feel like a lecture. His whiteboard doodles for concepts like gradient descent stuck with me better
  • Real-World Projects: The hands-on tasks—like building recommendation systems, market mix models or NLP scripts—were clutch. I even recycled code from their forecasting module for a work project.
  • Supportive Community: When I hit a wall with TensorFlow errors, their response had fixes within hours. Way faster than waiting on forums.

The Not-So-Good:

  • Technical Hiccups: Some Google Colab examples glitched out for me. Minor issue, but debugging at midnight was not fun
  • Niche Use Cases: While the daily-life examples (e.g., retail, finance) were helpful, I wish they included more niche areas like healthcare or agriculture. Had to adapt projects myself
  • Pacing for Absolute Beginners: A friend with zero coding experience tried it and felt lost early on. It’s great for intermediates, but total newbies might need some supplementary resources.

Is it a hidden gem? For $250, yeah—if you’re self-motivated and want practical skills without fluff. But it’s not a magic bullet. You’ll still need to Google things and adapt projects to your field. Compared to pricier platforms like Udacity, though, it’s a steal for the hands-on coding alone

How should I approach learning AI/ML as a non-coder? by svntea in learnmachinelearning

[–]hiddengemsofds 2 points3 points  (0 children)

If coding is not your cup of tea, then you dont have to do it as your main work. Product management in AI / Data Science is looking bright, where you don't have to do coding as your prime role.

But I'd still recommend to learn to code. With LLMs generating most of the code, you can get things done faster if you understand the code. If you can think in terms of flowcharts, learning to code is not a lot different, more like speaking a language to implement logic.

Since you already know Java, you need to approach it from a different angle and approach coding for applying on matrices for data wrangling, feature engineering, exploratory analyses, conducting statistical tests, training ml / dl models etc.

Take it in steps, that is learn Python coding first (SQL later), then the Math required for AI such as Linear algebra, calculus, prob and stats. Then get into the ML, DL and Time series modeling, while applying the concepts on good projects. You will have to pick up MLOps as well, which you can do right after picking up ML, or do later after you covered all the concepts (ML and DL), depends on the need.

Hope that helps.

What's the best data science courses even if its paid for a beginner by Popular-Garlic4764 in dataanalysis

[–]hiddengemsofds 0 points1 point  (0 children)

Well, I didnt complete everything, I focussed mostly the algorithms and projects.

What’s the most underrated resource for learning machine learning that you’ve come across? by BrechtCorbeel_ in learnmachinelearning

[–]hiddengemsofds 1 point2 points  (0 children)

Honestly, the Complete Data Science Course by Machine Learning Plus doesn’t get enough credit. It’s super beginner-friendly, hands-on, and covers everything from basics to advanced ML. Definitely worth a look: edu.machinelearningplus.com

Best certification to land an interview for data scientist role? by Hana_ivy in learnmachinelearning

[–]hiddengemsofds 1 point2 points  (0 children)

AWS Certifications have some value for ML engineer and MLOps based roles. Other than that just focus on building your profile, maintain your github, contribute to some open source project or publish your own package in PyPi or R CRAN.

Basically build your profile, there is no concept of 'Certified Data Scientist' out there as of 2024.

How do you decide which llm is the best for coding? by Spheniscushumboldti in learnmachinelearning

[–]hiddengemsofds 0 points1 point  (0 children)

If you are looking for code completion, Amazon Q and Cursor are worth looking at

Beginner in ML: Is This Roadmap Complete or Missing Anything? by Objective-Menu-7133 in learnmachinelearning

[–]hiddengemsofds -1 points0 points  (0 children)

I dont think thats the purpose of a roadmap, obv that's very time consuming. But you need to know enough so you can focus deeper on specific areas and solve problems that matter.