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

https://github.com/anas436/vehicle-distinctive-clustering-using-hierarchical-clustering-with-python


https://github.com/anas436/vehicle-distinctive-clustering-using-hierarchical-clustering-with-python

agglomerative-clustering clustering distance-matrix jupyterlab matplotlib numpy pandas pylab python3 scikit-learn scipy sklearn

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Vehicle-Distinctive-Clustering-using-Hierarchical-Clustering-with-Python

## Objectives

After completing this lab you will be able to:

* Use scikit-learn to do Hierarchical clustering
* Create dendograms to visualize the clustering

Table of contents




Clustering on Vehicle dataset

Imagine that an automobile manufacturer has developed prototypes for a new vehicle. Before introducing the new model into its range, the manufacturer wants to determine which existing vehicles on the market are most like the prototypes--that is, how vehicles can be grouped, which group is the most similar with the model, and therefore which models they will be competing against.

Our objective here, is to use clustering methods, to find the most distinctive clusters of vehicles. It will summarize the existing vehicles and help manufacturers to make decision about the supply of new models.