Skip to content
View Chechgm's full-sized avatar

Block or report Chechgm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. causal_effect_estimation_using_nade causal_effect_estimation_using_nade Public

    Python 3

  2. Math-book-solutions Math-book-solutions Public

    The solutions to several math books I work on in my free time

    TeX

  3. Particle Markov chain Monte Carlo Particle Markov chain Monte Carlo
    1
    """ Short script showcasing a Particle Markov Chain Monte Carlo algorithm
    2
    3
    A simple Particle MCMC algorithm using a basic set-up.
    4
    1) I use Kish's effective sample size > half of # particles as resampling rule.
    5
    2) I use the multinomial resampling as resampling function.
  4. HMC.py HMC.py
    1
    """ Short script showcasing Hamiltonian Monte Carlo (HMC)
    2
    3
    I used JAX as a backend to estimate the negative log posterior, 
    4
      and the gradients of it with respect to our parameters of interest.
    5