luckysama / GMM2D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GMM2D

This repo contains the 2D implementation of Hierarchical Gaussian Mixture Model (HGMM) (see paper).

Requirements

Visual Studio 2019 Community and .net 4.7.2

Implementation Details

We rigorously followed the implementation details in the paper using hard partition and non-parallel construction. The development process is two-fold: we started with a flat, one level implementation, then we added a hierarchical architecture that recursively generates predictions as a multi-level gaussian tree. Following topics are covered in wiki:

  • Initialization
  • Flat GMM
  • HGMM
  • Functionalities
  • Future Improvements

DEMO Usage

To better demonstrate the HGMM algorithm, we created a GUI for inputting parameters and visualizing the HGMM fit at each level of the hierarchy. Following topics are covered in wiki:

  • Status Label
  • Configuration Settings
  • Menu
  • Common Application Workflow
  • Common Errors

About


Languages

Language:Python 97.3%Language:C 1.3%Language:C++ 0.5%Language:C# 0.5%Language:JavaScript 0.2%Language:Tcl 0.1%Language:Jupyter Notebook 0.1%Language:Fortran 0.0%Language:CSS 0.0%Language:HTML 0.0%Language:PowerShell 0.0%Language:Batchfile 0.0%