top of page
Here I blog on all topics related to Big Data and Data Science. Articles could be of types: Executive Summaries, Tools analysis, Tool Comparisons, Architectural Patterns, Introductions to complex topics, and 'How to' or Tutorial types that share code snippets.
Search

Why Decision Trees?
As we saw in the last article introducing Decision Trees, decision trees can be used for classification or regression. But the same can...
Sai Geetha M N
Jul 30, 20222 min read
116 views
0 comments

Hierarchical Clustering - Types of Linkages
We have seen in the previous post about Hierarchical Clustering, when it is used and why. We glossed over the criteria for creating...
Sai Geetha M N
Jan 16, 20223 min read
4,137 views
0 comments


K-Means Clustering: Part 3 of 3
Theoretically and mathematically, we have understood a great deal about K-Means Clustering through Part 1 and Part 2 of this series. If...
Sai Geetha M N
Oct 8, 20216 min read
59 views
0 comments

K-Means Clustering: Part 2 of 3
Last week, we looked at the basic understanding of how K-Means Clustering works through the 5-step process where the two steps of...
Sai Geetha M N
Oct 1, 20214 min read
40 views
0 comments

K-Means Clustering: Part 1 of 3
Having looked at Clustering in general and also having heard that K-Means is one of the simplest and most popular clustering algorithms,...
Sai Geetha M N
Sep 23, 20214 min read
99 views
0 comments

Introduction to Clustering Algorithms
As mentioned in one of my introductory articles on "Machine Learning Algorithms Categories", Clustering Algorithms are a set of...
Sai Geetha M N
Sep 16, 20216 min read
170 views
0 comments

Prediction Vs Forecasting in Supervised Learning
In supervised learning and especially in the context of Linear regression, we often use these two terms: Prediction and Forecast. We also...
Sai Geetha M N
Aug 3, 20214 min read
93 views
0 comments

Data Scientists, Data Engineers, ML Engineers And More - Demystified
As the world of Big Data, Machine Learning and Artificial Intelligence is taking off, there is an overlap of roles and responsibilities...
Sai Geetha M N
Jun 25, 20216 min read
192 views
0 comments

MultiCollinearity
Multicollinearity is a concept relevant to all the input data that is used in a Machine learning Algorithm. This has to be understood...
Sai Geetha M N
May 27, 20215 min read
196 views
0 comments

Outliers and their treatment
Outliers in data analysis and data preparation are to be considered in specific ways so that the data that is fed to a machine learning...
Sai Geetha M N
May 20, 20214 min read
127 views
2 comments

Regression Algorithms
#ExecutiveSummary #MLModels What is Regression? Regression is a statistical model/method used to determine the strength and character of...
Sai Geetha M N
Apr 8, 20212 min read
109 views
0 comments

Machine Learning Process - A Success Recipe
#MachineLearningProcess #ExecutiveSummary Introduction It is said that "The world's most valuable resource is no longer oil, but data"....
Sai Geetha M N
Apr 1, 20216 min read
94 views
0 comments

Machine Learning Algorithms Categories
Machine Learning Algorithms learn from data as humans learn from experience. But the type of learning and the goal varies from algorithm...
Sai Geetha M N
Mar 16, 20214 min read
358 views
0 comments

The Machine Learning Landscape
If you are looking to start learning about the basics of Machine learning, you are at the right place. My blog will cover overviews of...
Sai Geetha M N
Mar 10, 20213 min read
612 views
3 comments
bottom of page