PCA or principal component analysis is a dimensionality reduction technique that can help us reduce ...
PCA or principal component analysis is a dimensionality reduction technique that can help us reduce dimensions of dataset that we use in machine learning for training. It helps with famous dimensionality curse problem. In this video we will understand what PCA is all about, write python code for handwritten digits dataset classification and then use PCA to train the same model using PCA.
Code: https://github.com/codebasics/py/blob...
Exercise: https://github.com/codebasics/py/blob...
⭐️ Timestamps ⭐️
00:00 Theory
09:12 Coding
23:04 Exercise