Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Gaussian latent state #26

Open
2 of 8 tasks
fritzo opened this issue Sep 4, 2017 · 0 comments
Open
2 of 8 tasks

Support Gaussian latent state #26

fritzo opened this issue Sep 4, 2017 · 0 comments

Comments

@fritzo
Copy link
Member

fritzo commented Sep 4, 2017

The idea is to allow slowly-varying latent Gaussian state of some dimension (e.g. 3).

  • Factor out TreeTrainer from TreeCatTrainer, to make structure learning reusable.
  • Implement a TreeGaussTrainer (in progress).
    • Choose sufficient statistics.
    • Implement dynamic programming algorithm in treegauss_add_row()
    • Work out math for logprob() and compute_edge_logits().
  • Implement data generation for tests.
  • Implement TreeGaussServer.
  • Implement real data import in format module.
@fritzo fritzo self-assigned this Sep 4, 2017
@fritzo fritzo changed the title Support latent Gaussian state Support Gaussian latent state Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant