MLCC - Laboratory 3 - Dimensionality reduction and feature selection


In this laboratory we will address the problem of data analysis with a reference to a classification problem.
Follow the instructions below. Think hard before you call the instructors!

Download:

1. Warm up - data generation

you will generate a dataset of D-dimensional points (N points for each class). A starting point will be N=100 D=30

[X2,…]=MixGauss(….);

2. Variable selection

3. Principal Component Analysis

4. If you have time - More experiments