An open API service indexing awesome lists of open source software.

https://github.com/jesussantana/unsupervised-classification

Practice and become familiar with clustering algorithms
https://github.com/jesussantana/unsupervised-classification

hierarchical-clustering kmeans-clustering pca-analysis unsupervised-classification unsupervised-clustering

Last synced: 4 months ago
JSON representation

Practice and become familiar with clustering algorithms

Awesome Lists containing this project

README

        

# [IT Academy - Data Science with Python](https://www.barcelonactiva.cat/es/itacademy)
## [S15 T01: Unsupervised Classification](https://github.com/jesussantana/Unsupervised-Classification/blob/main/notebooks/S15_01_Unsupervised_Classification.ipynb)

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

[![Made withJupyter](https://img.shields.io/badge/Made%20with-Jupyter-orange?style=for-the-badge&logo=Jupyter)](https://jupyter.org/try)

[![Linkedin: JesusSantana](https://img.shields.io/badge/-JesusSantana-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/chus-santana/)](https://www.linkedin.com/in/chus-santana/)

[![GitHub JesusSantana](https://img.shields.io/github/followers/jesussantana?label=follow&style=social)](https://github.com/jesussantana)

### Description

Let’s practice and become familiar with clustering algorithms.

### Level 1

- Exercise 1:
- Classify the different flights using the K-means algorithm.

### Level 2

- Exercise 2:
- Classify the different flights using the hierarchical clustering algorithm.

### Level 3

- Exercise 3:
- Calculate clustering performance using a parameter such as silhouette.

### Targets

- Kmeans
- Hierarchical Clustering