Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Data Driven Engineering Data Driven Engineering
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • cihan.ates
  • Data Driven EngineeringData Driven Engineering
  • Wiki
  • Dde 1
  • Clustering

Clustering · Changes

Page history
Update Clustering authored Dec 01, 2021 by cihan.ates's avatar cihan.ates
Hide whitespace changes
Inline Side-by-side
DDE-1/Clustering.md
View page @ 6b9123dd
......@@ -53,7 +53,7 @@ We should be aware that the similarity measure is distance-based, Euclidean to b
### Gaussian Mixtures
_Note: Visit [statistics](DDE-1/Statistics) page if you are not familiar with the concepts of probability or likelihood. _
_Note: Visit [statistics](DDE-1/Statistics) page if you are not familiar with the concepts of probability or likelihood._
We have just discussed that in k-means we see everything in either black or white (similar to hard classification). This is reflected in the r matrix; all but one element is zero. From a probabilistic view, it means that we assign 100% probability to one cluster and all other probabilities are set to zero, which too much idealization. Alternatively, we can assign and learn probabilistic representation of the matrix r. This is, in short, what we do with Gaussian mixtures (GM). If we compare it with k-means, the other important effect of adding probabilities is the way model builds the decision boundaries. In 2D, k-means learn to plot “circles” where the centre is the stereotype. In GM, we do not necessarily follow a circular boundary.
......
Clone repository
Home
  • Recommended resources
  • Toolbox
  • Miscellaneous topics
DDE 1: ML for Dynamical systems
  • Complex Systems
  • Ode to Learning
  • Statistics
  • Regression
  • Classification
  • Clustering
  • Dimensionality Reduction
  • Outlier Detection
DDE 2: Advanced topics
  • Evolutionary learning

Imprint