Personal tools
You are here: Home Development

Development

The features that are being developped right now. Here you can find the contributions that will soon be available in the public version.

Page Post meeting Notes
A brief summary of what was decided during the meeting on Sunday 12 March '07
Page Future Version planning
In this page we list the features that will be included in the next version of OpenBayes, as well as future versions.
Page OpenBayes version 2 : Issues for discussion
These are the main issues that will be discussed during the skype meeting that will take place on Sunday 11 March 2007 at 2pm central America Time (9-10pm central europe time)
Folder OpenBayes GUI
 
Folder UML Diagrams
The UML Diagrams of OpenBayes
Page BNController Draft
While testing and developing Bayesian networks using OpenBayes, I needed some kind of higher level wrapper to integrate those into my "Rational Agent". BNController is my first draft of such a class, that is suppose to ease the definition of a Bayesian Network using OpenBayes, as well as providing essential functions such as load/save. Please feel free to comment - it is a first draft and definitely rough around the edges.
Page Continuous Distributions
For the moment only Gaussian Distributions are available and can only be used with the MCMC Inference Engine. Plans are to develop full Gaussian support for any inference engine (and learning engine) as well as mixture of gaussians which will allow to approximate any distribution by using a sum of gaussians. (Developper : Kosta Gaitanis)
Page Dynamic Bayesian Networks
Dynamic Bayesian Networks is a MUST for any bayesian library. Although this feature has started to be implemented, it seems that the guy responsible has left it over. Any help for developing this feature is more than welcome. Assistance will be guaranteed by myself.
Folder EM-algorithm
An implementation of my EM-algorithm, instance of the EMLearningEngine of François + added the possibility to use augmented Bayesian nets to the MultinomialDistribution class.
File Visualize your Bayes Net using pydot
This is a small script that can visualize your Bayes Net's CPT.
Folder LearnMLParams for Jointrees using augmented bayes nets
I am trying to override the LearnMLParams of the inference.py so that it takes into account the augmented Multinomial Distribution proposed by wannes ... any ideas, suggestions, tests?
File Learning
This zip folder contains the numarray and excell package, and the openbayes version with the learning algorithms. The algorithms works with those packages and versions, but I don't guarantee it works with other versions.
Document Actions

SVN address

Posted by arnaudsj at Nov 22, 2006 06:35 AM

For those interested in checking out actually code from SVN, please take note of the following address: http://developer.berlios.de/svn/?group_id=5386

It explains the various ways to do so.

Thought it might be useful to others, since it took me a while to find it ;)

Sébasten

libraries

Posted by sergioroa at Jul 19, 2007 04:41 PM

Which version of numarray is that? I use Linux and I can't use the library you provided. And why is excell needed?

Version 2

Posted by frag at Sep 15, 2007 12:19 PM

More or less when it will be available? i've to make my thesis and i'm choosing my tools now. I wanna use openbayes for my stuff, of course but i need something stable.

Thank u for your great work!