mloss.org libDAIhttp://mloss.orgUpdates and additions to libDAIenFri, 17 Jul 2015 15:59:55 -0000libDAI 0.3.2http://mloss.org/software/view/77/<html><p>libDAI is a free/open source C++ library that provides implementations of various (approximate) inference methods for discrete graphical models. libDAI supports arbitrary factor graphs with discrete variables; this includes discrete Markov Random Fields and Bayesian Networks. </p> <p>The library is targeted at researchers. To be able to use the library, a good understanding of graphical models is needed. </p> <p>The best way to use libDAI is by writing C++ code that invokes the library; in addition, part of the functionality is accessibly by using the </p> <pre><code>* command line interface * (limited) MatLab interface * (experimental) python interface * (experimental) octave interface. </code></pre><p>libDAI can be used to implement novel (approximate) inference algorithms and to easily compare the accuracy and performance with existing algorithms that have been implemented already. </p> <p>Currently, libDAI supports the following (approximate) inference methods: </p> <pre><code>* Exact inference by brute force enumeration; * Exact inference by junction-tree methods; * Mean Field; * Loopy Belief Propagation; * Tree-Reweighted Belief Propagation; * Fractional Belief Propagation; * Tree Expectation Propagation; * Generalized Belief Propagation; * Double-loop GBP; * Various variants of Loop Corrected Belief Propagation; * Gibbs sampler; * Conditioned Belief Propagation; * Decimation algorithm. </code></pre><p>These inference methods can be used to calculate partition sums, marginals over subsets of variables, and MAP states (the joint state of variables that has maximum probability). </p> <p>In addition, libDAI supports parameter learning of conditional probability tables by Expectation Maximization. </p></html>Joris Mooij, Martijn Leisink, Frederik Eaton, Charles Vaske, Siamak Ravanbakhsh, Giuseppe Passino, Bastian Wemmenhove, Patrick PletscherFri, 17 Jul 2015 15:59:55 -0000http://mloss.org/software/rss/comments/77http://mloss.org/software/view/77/approximate inferencebayesian networksfactor graphsgeneralized belief propagationgraphical modelsjunction treeloop correctionsloopy belief propagationmarkov random fieldsmean field<b>Comment by Giuseppe Passino on 2008-09-10 13:14</b>http://mloss.org/comments/cr/14/77/#c22<p>I've been using it for a long time. Nice architecture, pretty good features. Some aspects may need optimisation in the implementation. Total lack of documentation makes the use of the library a bit hard at the beginning. </p> <p>The library can be used also as a stand-alone program specifying factors as raw files. This can be useful in case basic inference tasks are required. In this case, the presence of some commented examples makes the use of the program easier.</p> Giuseppe PassinoWed, 10 Sep 2008 13:14:13 -0000http://mloss.org/comments/cr/14/77/#c22<b>Comment by Joris Mooij on 2008-09-30 23:06</b>http://mloss.org/comments/cr/14/77/#c32<p>I am pleased to announce a new version of libDAI. It features several optimizations of implementation details and improved doxygen documentation.</p> Joris MooijTue, 30 Sep 2008 23:06:23 -0000http://mloss.org/comments/cr/14/77/#c32<b>Comment by Zoea on 2008-11-23 15:50</b>http://mloss.org/comments/cr/14/77/#c61<p><a href="http://www.livevideo.com/blog/CialisOnline ">Buy Cialis Online</a><br><a href="http://www.livevideo.com/blog/PhentermineDiet ">Buy Phentermine Online</a><br><a href="http://www.livevideo.com/blog/ViagraOnline ">Buy Viagra Online</a><br><a href="http://www.livevideo.com/blog/LevitraOnlinePills ">Buy Levitra Online</a><br><a href="http://drugstore-online.freehostia.com ">accupril 10 mg</a><br><a href="http://drugstore-online.freehostia.com/drug-effects-lipitor-side.html ">drug effects lipitor side</a><br><a href="http://drugstore-online.freehostia.com/geodon-topamax-effexor.html ">geodon topamax effexor</a><br><a href="http://drugstore-online.freehostia.com/effects-melatonin-pediatric.html ">effects melatonin pediatric</a><br><a href="http://drugstore-online.freehostia.com/purchase-generic-zyban.html ">purchase generic zyban</a><br><a href="http://drugstore-online.freehostia.com/side-effects-lopid.html ">side effects lopid</a></p> ZoeaSun, 23 Nov 2008 15:50:57 -0000http://mloss.org/comments/cr/14/77/#c61<b>Comment by Joris Mooij on 2009-11-17 12:10</b>http://mloss.org/comments/cr/14/77/#c581<p>I am pleased to announce release 0.2.3 of libDAI, featuring contributions from Frederik Eaton, Charles Vaske and Patrick Pletscher (and myself).</p> Joris MooijTue, 17 Nov 2009 12:10:26 -0000http://mloss.org/comments/cr/14/77/#c581<b>Comment by Joris Mooij on 2010-02-11 13:12</b>http://mloss.org/comments/cr/14/77/#c595<p>I am pleased to announce the newest release, 0.2.4, of libDAI, featuring miscellaneous improvements. Most notable improvements are new approximate inference algorithms Fractional Belief Propagation and Tree-Reweighted Belief Propagation.</p> Joris MooijThu, 11 Feb 2010 13:12:00 -0000http://mloss.org/comments/cr/14/77/#c595<b>Comment by usman khalid on 2010-03-24 08:24</b>http://mloss.org/comments/cr/14/77/#c599<p>Respected Sir, I want to use libDAI to find the "Exact inference by junction-tree methods" using MATLAB 2008. please tell me the procedure of integrate libDAI with MATLAB and how to use it? Regards</p> usman khalidWed, 24 Mar 2010 08:24:18 -0000http://mloss.org/comments/cr/14/77/#c599<b>Comment by Joris Mooij on 2010-03-24 08:55</b>http://mloss.org/comments/cr/14/77/#c600<p>This is described in detail in the documentation, which can be browsed online on the libDAI homepage, http://www.libdai.org. Your question is answered at http://people.kyb.tuebingen.mpg.de/jorism/libDAI/doc/build.html#build-matlab</p> <p>Best wishes, Joris</p> Joris MooijWed, 24 Mar 2010 08:55:25 -0000http://mloss.org/comments/cr/14/77/#c600<b>Comment by usman khalid on 2010-03-28 21:14</b>http://mloss.org/comments/cr/14/77/#c602<p>Thanks a lot sir for your help. I did same as following your above link but I m getting an error. I am using Windows XP OS. Following is the way that I install all the things for libDAI project. </p> <p>1) First I untar the project with this name "libDAI-0.2.4" in my C drive(where my windows xp installed) 2) I install MicroSoft Visual Studio 2008. 3) Install boost C++ version 1.37. 4) GNU make install from this website: http://gnuwin32.sourceforge.net 5) And then I goto the Command Prompt(cmd) of windows and type "make" in this directory "C:\libDAI-0.2.4". But I got error which is "make: g++: Command not found", on the next line "make:<em>*</em> [test/testdai] Error 127". So kindly inform me if any of my step is wrong to run this project on MATLAB.And my final objective will be build this project and run the Junction Tree commands on MATLAB.</p> <p>Thank you for your kind co-operation. Regards</p> usman khalidSun, 28 Mar 2010 21:14:08 -0000http://mloss.org/comments/cr/14/77/#c602<b>Comment by Joris Mooij on 2010-03-29 09:03</b>http://mloss.org/comments/cr/14/77/#c603<p>You probably did not do the following: 'copy Makefile.WINDOWS Makefile.conf' in the libDAI directory, which configures the build process for Windows/Visual C++.</p> <p>Please follow the steps described at http://people.kyb.tuebingen.mpg.de/jorism/libDAI/doc/build.html#build-windows carefully. In particular: "To build the source, copy Makefile.WINDOWS to Makefile.conf. Then, edit Makefile.conf to adapt it to your local setup. Platform independent build options can be set in Makefile.ALL."</p> Joris MooijMon, 29 Mar 2010 09:03:06 -0000http://mloss.org/comments/cr/14/77/#c603<b>Comment by usman khalid on 2010-03-29 14:32</b>http://mloss.org/comments/cr/14/77/#c604<p>Thanks. I edit and make the files Makefile.conf and Makefile.ALL and did the appropriate changes. After doing all necessary things when I type "make" on Command Prompt. I got some errors which I paste below from command prompt window. The error belongs to "cl" command and "bipgraph.obj". Kindly help me out:-</p> <p>C:\libDAI-0.2.4>make <br /> cl /Iinclude /IE:\boost<em>1</em>42<em>0 /EHsc -DWINDOWS -DNOMINMAX /Ox /Zi -DDAI</em>DEBUG -D DAI<em>WITH</em>BP -DDAI<em>WITH</em>FBP -DDAI<em>WITH</em>TRWBP -DDAI<em>WITH</em>MF -DDAI<em>WITH</em>HAK -DDAI<em>W ITH</em>LC -DDAI<em>WITH</em>TREEEP -DDAI<em>WITH</em>JTREE -DDAI<em>WITH</em>MR -DDAI<em>WITH</em>GIBBS -DDAI<em>W ITH</em>CBP -c src/bipgraph.cpp make: cl: Command not found make: <em>*</em> [bipgraph.obj] Error 127</p> usman khalidMon, 29 Mar 2010 14:32:23 -0000http://mloss.org/comments/cr/14/77/#c604<b>Comment by Joris Mooij on 2010-03-29 14:59</b>http://mloss.org/comments/cr/14/77/#c605<p>You have to make sure that the Visual Studio compiler ("cl.exe") is in your path. The easiest way to do this is to use the Visual Studio Command Prompt, which is part of the Visual Studio Tools menu (at least for Visual Studio 2008).</p> Joris MooijMon, 29 Mar 2010 14:59:19 -0000http://mloss.org/comments/cr/14/77/#c605<b>Comment by usman khalid on 2010-03-29 15:44</b>http://mloss.org/comments/cr/14/77/#c606<p>Thanks a lot sir. I just run it from Visual Studio. Now "cl" resolved but the other error which is I think belongs to boost C++ library. Should I set a path of this library with Visual Studio 2008? Because I download and install Boost C++ 1.42 but I am not sure that this error is because of boost library. The error I am facing now is following:</p> <p>C:\libDAI-0.2.4>make cl /Iinclude /IE:\boost<em>1</em>42<em>0 /EHsc -DWINDOWS -DNOMINMAX /Ox /Zi -DDAI</em>DEBUG -D DAI<em>WITH</em>BP -DDAI<em>WITH</em>FBP -DDAI<em>WITH</em>TRWBP -DDAI<em>WITH</em>MF -DDAI<em>WITH</em>HAK -DDAI<em>W ITH</em>LC -DDAI<em>WITH</em>TREEEP -DDAI<em>WITH</em>JTREE -DDAI<em>WITH</em>MR -DDAI<em>WITH</em>GIBBS -DDAI<em>W ITH</em>CBP -c src/bipgraph.cpp Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved.</p> <p>bipgraph.cpp C:\libDAI-0.2.4\include\dai/util.h(25) : fatal error C1083: Cannot open include file: 'boost/foreach.hpp': No such file or directory make: <em>*</em> [bipgraph.obj] Error 2</p> usman khalidMon, 29 Mar 2010 15:44:45 -0000http://mloss.org/comments/cr/14/77/#c606<b>Comment by Joris Mooij on 2010-03-29 16:22</b>http://mloss.org/comments/cr/14/77/#c607<p>Dear Usman, you have to change all the paths in your Makefile.conf to reflect your local setup, in particular the paths pointing to the boost library should be correct (which probably causes this error message). Since I cannot know where you decide to install your boost libraries, you have to change this yourself in Makefile.conf. Good luck, Joris</p> Joris MooijMon, 29 Mar 2010 16:22:53 -0000http://mloss.org/comments/cr/14/77/#c607<b>Comment by usman khalid on 2010-03-29 16:38</b>http://mloss.org/comments/cr/14/77/#c608<p>ok sure Mr. Joris. Thanks very much for your kind co-operation. I am trying my best to figure out all these things to run J Tree on Matlab. Regards</p> usman khalidMon, 29 Mar 2010 16:38:08 -0000http://mloss.org/comments/cr/14/77/#c608<b>Comment by usman khalid on 2010-03-30 10:34</b>http://mloss.org/comments/cr/14/77/#c609<p>If i able to run this project on MATLAB; Can I take any example of small Bayesain Networks (4 or 5 nodes only)and find out its exact inference scheme(using JTree) on MATLAB? </p> usman khalidTue, 30 Mar 2010 10:34:57 -0000http://mloss.org/comments/cr/14/77/#c609<b>Comment by Joris Mooij on 2010-03-30 11:08</b>http://mloss.org/comments/cr/14/77/#c610<p>Yes, you can, an example is given in the documentation: http://people.kyb.tuebingen.mpg.de/jorism/libDAI/doc-0.2.4/build.html#build-matlab</p> Joris MooijTue, 30 Mar 2010 11:08:33 -0000http://mloss.org/comments/cr/14/77/#c610<b>Comment by usman khalid on 2010-03-30 13:57</b>http://mloss.org/comments/cr/14/77/#c611<p>I've been successful in compiling the source files for C++ files and the test files execute without any problem. However currently I'm facing problem interfacing with Matlab. I've done everything given in the documentation. Fyi, I'm using MatLab R2009a. For starters, there are some problem with the makefile switches/flags when using mex and I'm able to resolve that. However I'm facing alot of Linking error from numerous DLLs. I've able to compile matlab.cpp but still stuck at dai.cpp. Is there any makefile specific for matlab that known to works with current matlab? or is possible to obtain compiled matlab binaries? Thank You so much for your help.</p> usman khalidTue, 30 Mar 2010 13:57:25 -0000http://mloss.org/comments/cr/14/77/#c611<b>Comment by Joris Mooij on 2010-03-30 15:47</b>http://mloss.org/comments/cr/14/77/#c612<p>Dear Usman, I am sorry to hear that after all your persistence you still haven't succeeded in building the MatLab interface under Windows. I have not tested the build configuration for MatLab under Windows - I only know that it works under GNU/Linux (out-of-the box, in my case). If you figure out the relevant flags and build options, please let me know, then I will update the Makefile.WINDOWS accordingly. I cannot easily test this myself as my virtual Windows environment currently does not have enough diskspace for installing MatLab. I may look at it in the near future. Good luck, Joris</p> Joris MooijTue, 30 Mar 2010 15:47:22 -0000http://mloss.org/comments/cr/14/77/#c612<b>Comment by Joris Mooij on 2010-04-01 21:55</b>http://mloss.org/comments/cr/14/77/#c614<p>Dear Usman, I've installed MatLab under Windows and eventually, after a lot of trial and error, found the right compiler flags and build magic. Windows seems to be a rather tricky development environment... Anyway, the current libDAI development snapshot, available at http://git.tuebingen.mpg.de/cgi-bin/gitweb.cgi?p=libdai.git;a=snapshot;h=81c153484a31d9c0b5d69ebe36edf4996670e5e5;sf=tgz should work; for me it works under Windows XP with Visual Studio 2008, MatLab R2008b and Boost 1.42.0. Best, Joris</p> Joris MooijThu, 01 Apr 2010 21:55:12 -0000http://mloss.org/comments/cr/14/77/#c614<b>Comment by Joris Mooij on 2010-05-09 17:25</b>http://mloss.org/comments/cr/14/77/#c617<p>For those of you trying to build libDAI under Windows: this should now again work as advertised.</p> <p>Please consider using the Google group "libDAI" at http://groups.google.com/group/libdai?hl=en for getting support and discussing development issues (instead of this forum).</p> Joris MooijSun, 09 May 2010 17:25:45 -0000http://mloss.org/comments/cr/14/77/#c617<b>Comment by simon shao on 2010-08-20 08:15</b>http://mloss.org/comments/cr/14/77/#c636<p>good</p> simon shaoFri, 20 Aug 2010 08:15:21 -0000http://mloss.org/comments/cr/14/77/#c636