Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.48 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.48 KB

Visualize n-dimensional data from a galaxy catalogue (NIR Spitzer S4G data)

Jupyter notebook with the project work carried out during the first SUNDIAL training school in Groningen 22-26 January 2018. We used PCA and t-SNE to visualize tabular data of the Spitzer Survey of Stellar Structure in Galaxies (S4G). Data are taken from here.

To view the notebook go here.

If you want to run it locally see the following instructions.

Dependencies

To install the python dependencies you can use conda:

conda create -n tsne python=3 jupyter sklearn astropy matplotlib numpy pandas seaborn
conda activate tsne  # or source activate if conda<4.4

Run the notebook

jupyter-notebook "Visualizing tabular data of S4G galaxies in infrared with PCA and t-SNE.ipynb"

Useful Links

Authors

Michele Mastropietro, Josefina Michea, Crescenzo Tortora