Data Visualization

Movie Proximity in the N-Dimensional Space, Using PCA for Data Visualization

Compressing 21 dimensions of numerical data into 3, then graphing the results in 3D

Michelangiolo Mazzeschi
Towards AI
Published in
5 min readJan 23, 2021

--

The data has been downloaded from this website, which is an open-source dataset of movie ratings and tags. I will edit the data in the dataset for visualization purposes, encoding all tags as one_hot encoding, and placing them into a multidimensional space.

--

--