HDBSCAN Clustering with Neo4j

By Medium - 2021-01-15

Description

I recently came across the article “How HDBSCAN works” by Leland McInnes, and I was struck by the informative, accessible way he explained…

Summary

  • Orthogonal Matrix What is an Orthogonal Matrix?
  • In terms of geometry, orthogonal means that two vectors are perpendicular to each other.
  • Additionally you may select any two rows and find that the same property holds, as the transpose of an orthogonal matrix is itself an orthogonal matrix.
  • Because the transpose preserves the determinant, it is easy to show that the determinant of an orthogonal matrix must be equal to 1 or -1.

 

Topics

  1. Database (0.22)
  2. Machine_Learning (0.16)
  3. Backend (0.14)

Similar Articles

A Custom

By Kubernetes - 2020-12-21

Author: Chris Seto (Cockroach Labs) As long as you're willing to follow the rules, deploying on Kubernetes and air travel can be quite pleasant. More often than not, things will "just work". However, ...

kdn251/interviews

By GitHub - 2020-09-30

Everything you need to know to get the job. Contribute to kdn251/interviews development by creating an account on GitHub.