Best Practices for Building Machine Learning Applications

Introduction to Building Machine Learning Applications Building machine learning applications requires a thorough understanding of the fundamentals of machine learning and software development. This section will provide an overview of the key considerations and best practices for building machine learning applications. Best Practices for Data Preprocessing Data preprocessing is a Read more…

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…