Code Monkey home page Code Monkey logo

mircl's Introduction

MirCl

[Miraculous Clustering]

MirCl is a small package that was initially as code repository for my bachelor thesis (Application of Anomalous Clustering Methods for Determination оf the Number of Clusters) and further research under the supervision.

As of now, this package contains just a few useful tools to perform clustering analysis:

  1. Clustering techniques implementation:
    1. K-Means
    2. Random Swap K-Means (2018, Franti)
    3. Anomalous Patterns (2011, Amorim & Mirkin)
  2. Generating Synthetic Data:
    1. Generator of N-dimensional spheres
    2. Generating a dataset according to (2020, Taran & Mirkin)
  3. Indices to choose the optimal number of clusters:
    1. Analytical Elbow
    2. Hartigan Rule
    3. Calinski-Harabasz
    4. Silhouette Width
    5. Xu index
    6. WB index
  4. Metrics to evaluate partitions in supervised way:
    1. Adjusted Rand Index
    2. Normalized/Adjusted Mutual Information

You can find two showcase notebooks in this folder

Miraculous Example

To-do:

  • [] Add stochastic Maxmin initialization
  • [] Add more generators of synthetic data
  • [] Add jax\numba fast computation of distances
  • [] Add batch versions of clustering techniques
  • [] Add modifications of Anomalous Patterns algorithm
  • [] Add more metrics to evaluate the partition

Requirements:

  • numpy>=1.21.5
  • scipy>=1.9.1
  • pandas>=1.4.4
  • matplotlib>=3.5.2

mircl's People

Contributors

glendawur avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.