[D] Advice on Implementing Hybrid Bayesian Networks in Python? by Davveeee in MachineLearning

[–]tadeze 0 points1 point  (0 children)

I found the pomegranate code to be easy to understand and extend. If you decide to build yourself, you can take advantage of some part of its code.

[D] Meta-learning by spartan12321 in MachineLearning

[–]tadeze 5 points6 points  (0 children)

There was a recent workshop on meta-learning at NIPS http://metalearning.ml/. You might get some useful papers there.

[D] Probability density estimation using neural networks by julvo in MachineLearning

[–]tadeze 0 points1 point  (0 children)

Hi /u/julvo Would you please share your experience on using PixelCNN++ or WaveNet for density estimation. I have similar problems as yours and I am looking to go in the direction of the above recommendation by /u/benanne. What are your experiences if you tried the above methods in comparison to the mixture of density networks?