pedromlsreis / paranormal_distributions

Group N project for Data Mining course 2019-2020
1 stars 0 forks source link

t-SNE dimensionality reduction #9

Open pedromlsreis opened 4 years ago

pedromlsreis commented 4 years ago

We've applied Principal Component Analysis (PCA) to our data, in utils.preprocessing.

I think it'd be nice if we could test PCA versus the clustering when using T-distributed Stochastic Neighbor Embedding (t-SNE) for dimensionality reduction.