blr246 / mrf

Some tools for inference with MRFs.
MIT License
2 stars 2 forks source link

any data or guide to evaluate this proj? #1

Open andyyuan78 opened 9 years ago

blr246 commented 9 years ago

Andy,

In response to your inquiry, I've done some major refactoring of this project and written complete test coverage for the main inference components of the library (the mrf and ve modules).

See the tests for examples and see the examples/ subdir for an MPLP example.

Note that the library performs inference only. You will need to use another library to train your MRFs.

The belief_propagation and mplp modules do not have tests, though I am sure that they work with some examples.