pronobis / libspn-keras

Library for learning and inference with Sum-product Networks utilizing TensorFlow 2.x and Keras
Other
47 stars 9 forks source link

Generative learning for continuous MNIST data using randomly structured SPNs #29

Closed S1mmy closed 3 years ago

S1mmy commented 3 years ago

I was wondering if you could give an example of how to do this like in the old library: https://github.com/pronobis/libspn/blob/master/ipynb/mnist_continuous_hard_em.ipynb

Unfortunately the output in the old library is empty for me.

jostosh commented 3 years ago

Hi S1mmy, I'm currently working on putting in a notebook example with generative learning with sampling. That example would cover continuous variables and generative learning. Is there something else in the old library example you'd like to be included?

S1mmy commented 3 years ago

No, that's all, thank you.

jostosh commented 3 years ago

Just released v0.6.0 of the library that includes everything needed for this example on sampling and continuous variables.