Dimensionality Reduction In Machine Learning: Some mathematical prerequisites: Mean Vector, Covariance Matrix and Column Standardization

This is part 2 of Introduction to Dimensionality Reduction. In this blog post, we would several different mathematical prerequisites that one must know before trying to understand machine learning. Mean Vector The sample mean is a vector each of whose elements is the sample mean of one of the random Read more…

Dimensionality Reduction: Part 1: Introduction and defining data as data frame

Introduction to Dimensionality Reduction There are several ways we can define Dimensionality Reduction. One way to define it is: Dimensionality Reduction refers to the process of converting a set of data having vast dimensions into data with lesser dimensions ensuring that it conveys similar information concisely. The other way which Read more…