Clustering App (CSV Explorer)

ML Model Parameters

Number of Words**

Items per Cluster***

Download Dummy CSV File
ML Algorithm
How to use it:

The Clustering APP is an application that identifies clusters by running topic modelling over your CSV file. The application runs on Google Cloud and is powered by GAE and uses Non-negative matrix factorization to perform clustering.

You can set the following ML parameters:

  • Number of clusters (topics)
  • Number of words per cluster
  • Number of features per cluster

This is an unsupervised ml approach built for educational purposes. Hence, we recommend to evaluate the prediction carefully.

#Developer: Christoph Mittendorf