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
Thank you for providing a powerful Bayesian-torch library! I am currently learning about this and now I have a problem. I want to fit a distribution using a variational Bayesian network, but I don't know how to use it. Is our Bayesian-torch library mainly for converting DNNs to BNNs, and cannot design a pure BNN network?
The text was updated successfully, but these errors were encountered:
Thank you very much for your quick reply! I'm not sure if I understand what you mean or not. Frist I need a model which can be implemented through MLP/CNN to fit a function. And then we implement the DNN-BNN structure via bayesian_torch. If my function is a probability distribution, such as a broad Rosenbrock's banana function by using log-likelihood function by Variational Bayesian to fit it, I'm not sure if this is could work by DNN.
Thank you for providing a powerful Bayesian-torch library! I am currently learning about this and now I have a problem. I want to fit a distribution using a variational Bayesian network, but I don't know how to use it. Is our Bayesian-torch library mainly for converting DNNs to BNNs, and cannot design a pure BNN network?
The text was updated successfully, but these errors were encountered: