MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / run.py

File run.py

bayesian_ml/3/run.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# variational-inference for linear regression
2# y(i) ~ N( x(i).dot(w), 1/lambda )
3# w ~ N( 0, diag(alpha_1, alpha_2, ..., alpha_D)^-1 )
4# alpha_i ~ Gamma(a, b)

Callers

nothing calls this directly

Calls 1

runFunction · 0.85

Tested by

no test coverage detected