You are on page 1of 3

Assignment No.

Dimensionality Reduction

G-14
Assignment No. 5

Title: Dimensionality Reduction

Problem Definition and Aim of Experiment: To use PCA for dimensionality


reduction.

Objective of Experiment
1. To understand How to select features?
2. What is Curse of Dimensionality?
3. What is the solution for Curse of Dimensionality?
4. How features are extracted using Principal Component Analysis?
5. To understand steps in performing Principal Component Analysis to
extract most dominating features.
6. To learn how to reduce the given dataset using Principal Component
Analysis?
7. To learn how to execute python program?

Theory

1. Introduction to Features
2. Comparison between Feature Extraction and Feature Selection
3. Curse of Dimensionality
4. Why to use Principal Component Analysis?
5. What is Principal Component Analysis?
6. Some common terms used in Principal Component Analysis Algorithm
7. How does Principal Component Analysis (PCA) Works?
8. What are the methods for performing Principal Component Analysis?
9. What are the steps in Principal Component Analysis (PCA)?
10. What are the Application of PCA in Mechanical Engineering?

Problem Statement
Write problem statement of already available one type of learning
example from available resources. The data must be in CSV format. The
aim is to extract features from given dataset and establish training data.

Procedure
Write and follow the standard procedure for your selected type of learning
example from available resources assigned to you.

Program Code
Write Algorithm, draw flow-chart of the Problem Statement selected by /
assigned to you. Also enclose a print-out of your Python Program Listing
(*.txt).
NOTE: No hand-written Program Listing is expected; it should be a Print-out!

Program Input
Also attach a print-out of the Dataset in form of *.csv file (comma
separated values) as an input.

G-15
Program Output
 Attach a print-out of your program output (result) and Conclusion.

G-16

You might also like