Giter VIP home page Giter VIP logo

Comments (2)

csy530216 avatar csy530216 commented on June 21, 2024

Hello, I think it is not difficult to get the value of the parameters as long as you perform something like sess.run(latent). About the log-joint probability, since in SGMCMC algorithm we do not need to compute it (unlike in HMC, since we need to perform the Metropolis-Hastings step there), by default the log_prob is not returned (to reduce the size of computation graph).

If you want to get log_prob given the value of parameters stored in a dictionary latent, you could add some codes in your script as follows:

bn = model.observe(**merge_dicts(latent, observed))
log_prob = bn.log_joint()

from zhusuan.

rzu512 avatar rzu512 commented on June 21, 2024

In the end, I modify my joint_prob function and the SGHMC class to store the logp and parameters at the half step. For my case, I only need to do one additional sum to get the logp after calculating the gradient. So it make sense to calculate the gradient and logp at the same time t.

I use SGHMC to fit 1000 chains with the approximate logp and gradient. For every n steps, I calculate the accurate logp for the approximately best chain.

from zhusuan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.