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
In PR #69 we added a vignette fitting a simple model with four inference techniques. This includes Pathfinder, which I also presented about here.
There are a variety of improvements I think could be made to the vignette. Some of these improvements are closer to research projects:
A demonstration of some more sophisticated or complex model which can be fit quickly with approximate methods.
A more complete simulation study which allows recommendations to be made about when to use approximate inference methods.
Discussion about the use of approximate methods for initialising HMC. Perhaps could include code testing performance of randomly initialised HMC versus e.g. Pathfinder initialised HMC. Could also include PR implementing e.g. Pathfinder initialised HMC as default within epidist.
Could post case-study to Stan forum demonstrating a case where Pathfinder fails. This may require some more exposition of the failure to help with debugging. We may also have suggestions about how to make the algorithm more robust.
If, at some point, the algorithm is more robust then we should use multi-Pathfinder rather than single Pathfinder in the vignette.
Similar to above, could include some exploration of how different the Gaussians in multi-Pathfinder are, including exlcluding ones which had optimisation paths that failed. Found use of the option to save individual paths hard to use as discussed in the vignette.
The text was updated successfully, but these errors were encountered:
We should consider making the vignette more accessible by moving some material to an appendix or providing clearer explanations:
As a Bayesian newcomer, I also found the explanations quite happy technically. Could you consider moving that to an "appendix" in the vignette so that it doesn't distract the reader who only cares about the immediate results?
In PR #69 we added a vignette fitting a simple model with four inference techniques. This includes Pathfinder, which I also presented about here.
There are a variety of improvements I think could be made to the vignette. Some of these improvements are closer to research projects:
epidist
.The text was updated successfully, but these errors were encountered: