DEV Community

Saeed Ahmad
Saeed Ahmad

Posted on

🧠 🤖 📈 How to approach a Machine Learning problem?

TIPS:

◉ Start with the simplest models

◉ Identify the patterns from data

◉ Let the data speak

◉ Don't force data to cry

◉ Spend most of your time in EDA, preprocessing and feature engineering

◉ Choose the tech stack with which you are more familiar

◉ Try to involve people with domain expertise.

◉ Visualize your data. It helps a lot in understanding the patterns.

◉ Use statistical inference to understand the underlying distributions

◉ Initially solve what is possible

◉ Do market research

◉ See what other data scientists are doing in the same domain

◉ Try to relate the results of your work with the business value

◉ Communicate your findings

❓ Want to add anything?

Feel free to share your thoughts in the comments below!

Top comments (6)

Collapse
 
mattschwartz profile image
Matthew Schwartz

Initially solve what is possible

Excellent and often overlooked tip. It's easy to get swept away in grand ideas that are very hard to achieve. Start with what's possible and grow solutions from there.

Collapse
 
mrsaeeddev profile image
Saeed Ahmad • Edited

Yes. That's the most overlooked point. People want to start big instead, they should take baby steps to approach the problem.

Collapse
 
blindfish3 profile image
Ben Calder • Edited

Consider possible flaws and biases in your data and how that might negatively affect your results.

Collapse
 
mrsaeeddev profile image
Saeed Ahmad

Thanks for the amazing addition to the list, Ben!

Collapse
 
tigermalaya36 profile image
Tiger malay 36

How I want to learn this can teach me

Collapse
 
mrsaeeddev profile image
Saeed Ahmad • Edited

Hi. If you want to learn Machine Learning, I have listed Free ML Courses here: git.io/ai-resources.