Principal Component Analysis (PCA) from Scratch in Python

Опубликовано: 29 Сентябрь 2024
на канале: Bhavesh Bhatt
12,712
295

Principal Component Analysis, is one of the most useful dimensionality reduction techniques. In this video, I aim to explain how you can find out the n_components or number of principal components for a feature matrix by applying PCA from scratch and not using sklearn's PCA module.

This video is a simple walk-through of the amazing blog written by Sebastian Raschka!
Link to the Blog : https://sebastianraschka.com/Articles...

Principal component analysis is a statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components.

Link to the notebook : https://github.com/bhattbhavesh91/pca...

If you do have any questions with what we covered in this video then feel free to ask in the comment section below & I'll do my best to answer those.

If you enjoy these tutorials & would like to support them then the easiest way is to simply like the video & give it a thumbs up & also it's a huge help to share these videos with anyone who you think would find them useful.

Please consider clicking the SUBSCRIBE button to be notified for future videos & thank you all for watching.

You can find me on:
Blog - http://bhattbhavesh91.github.io
Twitter -   / _bhaveshbhatt  
GitHub - https://github.com/bhattbhavesh91
Medium -   / bhattbhavesh91  

#PCA #PrincipalComponentAnalysis #UnsupervisedLearning