Skip to content

yanshen0/SGHMCPackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===========
sghmc
===========

sghmc has sghmc, hmc, U, gradU

    #!/usr/bin/env python

    from sghmc import sghmc
    from sghmc import hmc
    from sghmc import U
    from sghmc import gradU


    sghmc(gradU, eta, L, alpha, x, V)
    hmc(U, gradU, m, dt, nstep, x, MH)
    gradU(data, minibatch, beta)
    U(data, beta)
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages