Giter VIP home page Giter VIP logo

Comments (4)

kamdh avatar kamdh commented on July 19, 2024

Maybe my problem is I don't understand the documentation ;-)

from ssm.

slinderman avatar slinderman commented on July 19, 2024

Hey Kam,

Glad you found your way to SSM! Real data examples are on the horizon, don't worry. In the meantime, my advice would be: take the examples for simulating data and fitting another model to it and strip out the simulating step. The interface is pretty simple.

hmm = HMM(num_states, data_dim, observations="gaussian")
lls = hmm.fit([data_array1, data_array2, ...], method="em")

where data_array1 is a time x data_dim array.

Hope that gets you by for now. Thanks for your patience while I beef up the docs!

Scott

from ssm.

kamdh avatar kamdh commented on July 19, 2024

Thanks I see how it works now, cheers. (Doing a comparison with my optimization-based method.)

from ssm.

slinderman avatar slinderman commented on July 19, 2024

Great, which part of SSM are you using in particular? If you come up with some new optimization-based fitting methods let me know -- it'd be great to a) learn about them, and b) incorporate them into the package!

from ssm.

Related Issues (20)

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.