-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The idea is to allow slowly-varying latent Gaussian state of some dimension (e.g. 3).
- Factor out
TreeTrainerfromTreeCatTrainer, 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()andcompute_edge_logits().
- Implement data generation for tests.
- Implement
TreeGaussServer. - Implement real data import in
formatmodule.