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 Nov 24, 2021 by cihan.ates's avatar cihan.ates
Hide whitespace changes
Inline Side-by-side
DDE-1/Clustering.md
View page @ 3967c7c1
......@@ -97,7 +97,7 @@ which is, nothing but the l2 norm we discussed in Chapter 2. This definition can
Another popular option is the city block distance:
```math
Distance(x_{i},x_{i'}) = \sum_{m=1}^{M} \abs{x_{im}-x_{i'm}}
Distance(x_{i},x_{i'}) = \sum_{m=1}^{M} |x_{im}-x_{i'm}|
```
In this case, we will be considering the distance between features, not their squires. This is what we actually did with l1 norm in the regression analysis. We can visualize it as if we are in a car and trying to get from point A to B, in a city. This definition will tell us how many rows and columns of city blocks (buildings) we have to move horizontally and vertically for that journey.
......
Clone repository
Home
  • Recommended resources
  • Toolbox
  • Miscellaneous topics
DDE 1: ML for Dynamical systems
  • Complex Systems
  • Ode to Learning
  • Regression
  • Classification
  • Clustering
  • Dimensionality Reduction
  • Outlier Detection
DDE 2: Advanced topics
  • Evolutionary learning

Imprint