You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorder the dimensions to maximize conditional independence *
Estimate conditional independence structure in the map *
4a) Train a map according to a specific total order OR
4b) Adaptively learn a map using ATM or something
compose the standardization, reordering, and learnt map somehow
My original idea was something super simple, actually, which is ordering by variance; intuitively, things with higher variance "generally" need more variables to explain (qualified by the fact that there is any number of pathological scenarios that this isn't the case). However, it's computationally super cheap.
For a more complicated case, I've thought about sparse cholesky (especially florian's work), but the "second easiest" and "first principled" approach is an unpublished algorithm Max has for doing this (I still need to get it exactly), but it's pretty intuitively based on the Cuthill-Mckee algorithm.
An easy wrapper that performs the following steps
4a) Train a map according to a specific total order OR
4b) Adaptively learn a map using ATM or something
The steps with * are optional. Related to Refine
TrainMap
#334 Overhaul toMapObjective
#317StandardizedMap
#312The text was updated successfully, but these errors were encountered: