Tag Archives: Python

Programming Bayesian Networks with Infer.NET and Python

Note: I have moved my blog to my personal site. The most updated version of this post can be found here. In the search of a good tool or programming library for Bayesian networks (a.k.a probabilistic graphical models, belief networks, if you … Continue reading

Posted in Python, Research | Tagged , , | 5 Comments

Tools for Matlab – Python interaction

Some tools I just found that support Matlab – Python interaction: Tools for calling Matlab from Python or converting Matlab code to Python code: mlabwrap: http://mlabwrap.sourceforge.net/ OMPC: http://ompc.juricap.com/ Libermate: http://libermate.sourceforge.net/ PYM: http://code.google.com/p/pym/ (it seems that this project was removed) Tools … Continue reading

Posted in Matlab, Python, Research | Tagged , , | Leave a comment