Giter Site home page Giter Site logo

Comments (5)

poypoyan avatar poypoyan commented on May 31, 2024

@zhongbo-THU As of writing this, only one-dimensional data is supported, but I am now working on this. I will create a new branch once I make it work. Thanks!

from edhsmm.

Hongbo-UOM avatar Hongbo-UOM commented on May 31, 2024

@zhongbo-THU As of writing this, only one-dimensional data is supported, but I am now working on this. I will create a new branch once I make it work. Thanks!

Thank you very much for your reply and your open source code, very much look forward to your project to support multi-dimensional data operation, which will provide a more perfect reference for developers. I don't know if it's convenient for you to provide a contact or email address, which makes it easier to communicate with each other.

from edhsmm.

poypoyan avatar poypoyan commented on May 31, 2024

@zhongbo-THU Check out the multi-dim branch. The emissions are multivariate normal distribution. For this version:

  • The observation must have shape of (num_of_samples, num_of_dim).
  • The <GaussianHSMM object>.mean must have shape of (num_of_states, num_of_dim).
  • The <GaussianHSMM object>.covmat must have shape of (num_of_states, num_of_dim, num_of_dim) (in other words, array of covariance matrices).

If there is no manual setting for mean and covmat, the default mean (for now) is just 'zeros' with shape as above (in the future, use K-means), and the default covmat is array of identity matrices per state.

The 'tutorial' in this branch is still a test of one-dimensional data. Actual testing of multi-dimensional data is appreciated.

You can contact me at [email protected]. Thanks!

from edhsmm.

poypoyan avatar poypoyan commented on May 31, 2024

Update: multi-dim branch is now merged to master, because I already did a preliminary "test" for 2-dimensional observations (see Notebooks).

I will now close this issue, but comments are, of course, still welcome. Thanks! 😄

from edhsmm.

Hongbo-UOM avatar Hongbo-UOM commented on May 31, 2024

very thanks~

from edhsmm.

Related Issues (14)

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.