GitXplorerGitXplorer
a

dag-inference

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
c3aa73962a55293d34af9e3afa192bd682c9df6f

add link to blog post

committed 8 years ago
Unverified
aca753ddc28840ee4a8c314bb6cc4bf16701226e

update Readme

committed 9 years ago
Unverified
e1382c442be3caa859d01f3fd4b58aab8a968e22

Add bayesnet image

committed 9 years ago
Unverified
74560651cfa02728e198bb9205a6c7a083cb10ed

added demo

committed 10 years ago
Unverified
d959ca43c79d527bebb21a55b05e6bb4d0d9f061

Create README

committed 10 years ago
Unverified
086d4e7aa0fa6b8b409e85485c68489c4960c8ff

first commit

committed 10 years ago

README

The README file for this repository.

DAGInference

Simple demo implementation of belief propagation for acyclic graphs using numpy.einsum.

The demo is for inference on the Bayesian network defined by: Graphical model

For more information, see the accompanying blog post.