Coder Social home page Coder Social logo

gravitylab / edda Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chunmingchen/edda

2.0 2.0 9.0 28.08 MB

Extreme-scale Distribution-based Data Analysis Library

License: MIT License

CMake 0.20% HTML 64.15% CSS 0.31% JavaScript 0.91% C++ 33.87% C 0.42% Cuda 0.07% Python 0.06%

edda's People

Contributors

caseywang777 avatar chengliosu avatar chunmingchen avatar hewenbin avatar junpeng-wang avatar junpengw avatar subhashis avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

edda's Issues

bug in joint_GMM.h?

log_likelihoods(smpPtr, 1) = 0;

should it be log_likelihoods(smpPtr, 0) ?
similarly some other log_likelihoods(smpPtr, 1) statements

Univariate GMM esitimation might be wrong!

When checked with the GMM estimation of OpenCV lib the corresponding edda version gives very different results (possibly wrong). The weights of all the Gaussian components seems to have equal values.

Maximum interations of EM algorithm(GMM training)

We can discuss this issue later.

EM sometimes never converges. So a maximum iterations have to be set.
In the current GMM training version, the maximum iterations is set to 100.
But we can discuss other choice.
For example, (1) let users input the maximum number of iterations (2) determining the maximum number of iterations by analysing the input samples (based on some algorithms)

name conflict in pyEdda.py

There might be potential name conflict in the c-like functions we wrapped for different classes, e.g. getJointMean() for JointHistogram and for JointGaussian.

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.