(Go: >> BACK << -|- >> HOME <<)

Skip to content

Subspace clustering and coclustering course at the School of Electrical and Computer Engineering (FEEC-UNICAMP)

Notifications You must be signed in to change notification settings

Alro10/clustering-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clustering-course

Subspace clustering and coclustering course at the School of Electrical and Computer Engineering (FEEC-UNICAMP). I just want to collect repositories and useful materials for clustering course. Official site by Prof. Fernando Von Zuben and Rosana Veroneze here.

Definition of Clustering:

Clustering or cluster analysis takes a mass of observations and separates them, using some measure of dissimilarity, into distinct groups called clusters (disjoint subsets of the whole dataset). Each group is expected to exhibit some internal homogeneity.

Table of Contents

Topic 2

Topic 3

Topic 4

alt text

Classification based on lecture:

alt text

alt text

Clustering

scikit learn package has many clustering algorithms implementation, you can see here. How to install on Ubuntu 16.04 (needs numpy and scipy):

  • Python 2.7

$ pip install -U scikit-learn

  • Python 3.5

$ pip3 install -U scikit-learn

Subspace Clustering

About

Subspace clustering and coclustering course at the School of Electrical and Computer Engineering (FEEC-UNICAMP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published