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

https://github.com/kyrczak/clustering-algorithms-analysis

Clustering Algorithms Analysis is an artificial intelligence project analyzing data clustering algorithms and comparing their pros and cons.
https://github.com/kyrczak/clustering-algorithms-analysis

ai artificial-intelligence clustering clustering-algorithm python

Last synced: 9 months ago
JSON representation

Clustering Algorithms Analysis is an artificial intelligence project analyzing data clustering algorithms and comparing their pros and cons.

Awesome Lists containing this project

README

          

# clustering-algorithms-analysis
Clustering Algorithms Analysis is a an artifical intelligence project with a goal of implementing and analyzing three major data clustering algorithms.

The algorithms used in the project are:
- DB Scan
- K-Means
- hierarchical clustering

For analyzing we have used following data sets:
- [Wine dataset](https://archive.ics.uci.edu/dataset/109/wine)
- [Yeast dataset](https://archive.ics.uci.edu/dataset/110/yeast)
- [E-coli dataset](https://archive.ics.uci.edu/dataset/39/ecoli)

Libraries used:
- `numpy`
- `sklearn`
- `pandas`
- `matplotlib`

The report containing the analysis of clustring algorithms in polish version is available in `Clustering_Project.pdf` file.