Probabilistic programming #152
Replies: 5 comments 11 replies
-
Good stuff. Check out |
Beta Was this translation helpful? Give feedback.
-
Hey cool! kons-9 is helping me to debug a Sequential Monte Carlo (particle filter) simulation today 😁 The simulation calls kons-9 to plot its internal state in a new color after each step. This way I can watch the simulation proceeding in real time. Being able to pan/scale interactively also helps for making sense of information without endlessly tweaking plotting settings. This is actually really helpful. The convergence is happening much more suddenly than I expected (from right to left below) and this gives me an idea about where to look for a bug that's causing bad results in other higher-dimensional simulations. Thanks @kaveh808 for a great tool! Too bad you weren't at ELS2023 this week because @foretspaisibles and I would have loved to buy you a beer 🍻 |
Beta Was this translation helpful? Give feedback.
-
This is really inspiring @lukego! I've been playing around with kons-9 since a couple of weeks and it is indeed awesome thanks to @kaveh808! btw @lukego I like your way of using git issues for blogging and might do just the same:) |
Beta Was this translation helpful? Give feedback.
-
Here is another Monte Carlo diagnostic that takes better advantage of 3D space: lukego/blog#38 |
Beta Was this translation helpful? Give feedback.
-
My next diagnostic turned out to fit pretty well with heightmaps: lukego/blog#39. |
Beta Was this translation helpful? Give feedback.
-
I'm taking my first baby-steps with using Kons-9 to visualize probabilistic programming results. It's fun!
Here's my very first plot that shows some random samples next to their underlying distribution, a slightly awkward test case of a Gaussian with a notch cut out on one side:
Even at this basic level it's already more fun for me to use Kons-9 than Blender, Julia, or R.
The next thing I need to figure out is how to draw a line/curve through a series of points and how to change colors 😀
Context/code: https://twitter.com/lukego/status/1585187363474485249
Thanks @kaveh808 for this already great tool!
Beta Was this translation helpful? Give feedback.
All reactions