GithubHelp home page GithubHelp logo

luckysama / gmm2d Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 36.29 MB

C# 0.48% Python 97.27% JavaScript 0.16% HTML 0.02% CSS 0.04% Jupyter Notebook 0.08% C++ 0.49% C 1.28% Fortran 0.04% Tcl 0.13% PowerShell 0.01% Batchfile 0.01%

gmm2d's Introduction

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

gmm2d's People

Contributors

haohlin avatar matthew-tucsok avatar luckysama avatar

Stargazers

lugoo9028 avatar  avatar  avatar

Watchers

 avatar

gmm2d's Issues

Draw point bug

  1. DEMO crashes when I try to fit a different number of gaussian with different levels:
'GMMDemo.exe' (CLR v4.0.30319: GMMDemo.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_zh-Hans_b77a5c561934e089\mscorlib.resources.dll'. Module was built without symbols.
Exception thrown: 'System.ArgumentOutOfRangeException' in mscorlib.dll
An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll
Index out of range
  1. When I try to refit GMMs with the same setting, the points' color doesn't change even if it's a different prediction.

  2. Wording issue: "level" instead of "layer" and change "data points" to "menu" on the menu bar

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.