Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Dimensionality Reduction Assignment

Problem Statement:

You work in XYZ Company as a Python. The company officials want you to write code for reducing the
dimensions of a dataset

Tasks to be performed:
- Using load_digits function from sklearn import wines data
- Take a look at the shape of image data
- Import PCA, LDA and FactorAnalysis from Sklearn
- Project data in 2 D space using the PCA, LDA and FactorAnalysis algorithm form sklearn
- Take a look at the new data

You might also like