Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shibasishb2/unsupervised-learning

Part 1 - To segment cars into various categories by fuel consumption and other attributes Part 2 - To classify a given silhouette as one of three types of vehicle, using a set of features extracted from the silhouette. The vehicle may be viewed from one of many different angles.
https://github.com/shibasishb2/unsupervised-learning

classification clustering principal-component-analysis python support-vector-machines

Last synced: about 2 months ago
JSON representation

Part 1 - To segment cars into various categories by fuel consumption and other attributes Part 2 - To classify a given silhouette as one of three types of vehicle, using a set of features extracted from the silhouette. The vehicle may be viewed from one of many different angles.

Awesome Lists containing this project

README

        

# Unsupervised-Learning

Part 1 - To segment cars into various categories by fuel consumption and other attributes.

Part 2 - To classify a given silhouette as one of three types of vehicle, using a set of features extracted from the silhouette. The vehicle may be viewed from one of many different angles.

# Skills & Tools Covered
- Clustering
- Support Vector Machines
- Principal Component Analysis
- Classification
- Python