• Home
  • Contact
Menu
  • Home
  • Contact

Category: dimensionality reduction

Singular Value Decomposition for Dimensionality Reduction

  • January 13, 2020June 27, 2021
  • by Niranjan B Subramanian

Singular Value Decomposition usually referred to as SVD, is a type of matrix decomposition technique that is popularly used to reduce the dimensions of the data. SVD decomposes a mxn real matrix A into a product […]

Continue readingMore Tag

Why High Dimensional Data are a Curse?

  • September 26, 2019June 27, 2021
  • by Niranjan B Subramanian

In the era of big data, massive datasets(not only in the number of samples being collected but also in the number of features) are increasingly prevalent in many disciplines and are often difficult to interpret.  In […]

Continue readingMore Tag

Types of PCA

  • July 29, 2019June 27, 2021
  • by Niranjan B Subramanian

In the era of big data, massive datasets are increasingly common in many disciplines and are often difficult to interpret. In this article, we’ll discuss the principal component analysis which is widely used as a dimensionaity […]

Continue readingMore Tag

Introduction to Principal Component Analysis(PCA)

  • May 22, 2019June 27, 2021
  • by Niranjan B Subramanian

Principal Component Analysis is an unsupervised dimensionality reduction technique, which is extensively used in machine learning. It helps us to alleviate the problem of the curse of dimensionality by reducing the dimension of the data. PCA […]

Continue readingMore Tag

Introduction to T-SNE with implementation in python

  • May 14, 2019June 27, 2021
  • by Niranjan B Subramanian

INTRODUCTION to T – SNE: T-SNE is a non-linear dimensionality reduction technique used to visualize high-dimensional data in two or more dimensions. Unlike PCA which preserves only the global structure of the data T-SNE preserves both the local […]

Continue readingMore Tag

Copyright © 2019 AI ASPIRANT | All Rights Reserved.