Clustering - AshokBhat/ml GitHub Wiki

Description

Usage

  • Statistical data analysis

FAQ

  • What is clustering?
    • Grouping data based on how similar they are
    • Unsupervised, no need for labeled input
  • Most common method?
    • K-means clustering

See also