9923170071 / 8108094992 info@dimensionless.in
Machine Learning (ML) Essentials

Machine Learning (ML) Essentials

When I started my Data Science journey, I casually Googled ‘Application of Machine Learning Algorithms’. For the next 10 minutes, I had my jaw hanging. Quite literally. Part of the reason was that they were all around me. That music video from YouTube recommendations...

How to Find Mentors for Data Science?

How to Find Mentors for Data Science?

Introduction Although Data Science has been around us ever since the 1960s, it has only gained traction in the last few decades. This is one of the main reasons why budding data scientists find it quite challenging to find the right mentors. However, this scenario is...

KNNs (K-Nearest-Neighbours) in Python

KNNs (K-Nearest-Neighbours) in Python

The Nearest Neighbours algorithm is an optimization problem that was initially formulated in tech literature by Donald Knuth. The key behind the idea was to find out into which group of classes a random point in the search space belongs to, in a binary class,...