Towards AI

The leading AI community and content platform focused on making AI accessible to all. Check out our new course platform: https://academy.towardsai.net/courses/beginner-to-advanced-llm-dev

Follow publication

Source: Derivative from original by Radek Grzybowski on Unsplash

You're unable to read via this Friend Link since it's expired. Learn more

Member-only story

Data Science, Editorial, Programming

Principal Component Analysis (PCA) with Python Examples — Tutorial

An in-depth tutorial on principal component analysis (PCA) with mathematics and Python coding examples

11 min readNov 4, 2020

Last updated, January 8, 2021

Author(s): Saniya Parveez, Roberto Iriondo

This tutorial’s code is available on Github and its full implementation as well on Google Colab.

Table of Contents

  1. Introduction
  2. Curse of Dimensionality
  3. Dimensionality Reduction
  4. Correlation and its Measurement
  5. Feature Selection
  6. Feature Extraction
  7. Linear Feature Extraction
  8. Principal Component Analysis (PCA)
  9. Math behind PCA
  10. How does PCA work?
  11. Applications of PCA

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Towards AI
Towards AI

Published in Towards AI

The leading AI community and content platform focused on making AI accessible to all. Check out our new course platform: https://academy.towardsai.net/courses/beginner-to-advanced-llm-dev

Towards AI Editorial Team
Towards AI Editorial Team

Written by Towards AI Editorial Team

The leading AI community & content platform making AI accessible to all. | 2.5k writers, 60k Discord, 500 k followers

Responses (5)

Write a response