Development
Up one levelThe features that are being developped right now. Here you can find the contributions that will soon be available in the public version.
- Post meeting Notes by Kosta Gaitanis — last modified 2007-03-12 12:05
- A brief summary of what was decided during the meeting on Sunday 12 March '07
- Future Version planning by Kosta Gaitanis — last modified 2007-02-19 15:35
- In this page we list the features that will be included in the next version of OpenBayes, as well as future versions.
- OpenBayes version 2 : Issues for discussion by Kosta Gaitanis — last modified 2007-03-09 14:06
- 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)
- OpenBayes GUI by Ronald Moncarey — last modified 2006-10-18 15:34
- UML Diagrams by Kosta Gaitanis — last modified 2006-11-10 16:12
- The UML Diagrams of OpenBayes
- BNController Draft by Sébastien — last modified 2006-11-27 18:14
- 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.
- Continuous Distributions by Kosta Gaitanis — last modified 2006-12-21 17:25
- 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)
- Dynamic Bayesian Networks by Kosta Gaitanis — last modified 2006-12-21 17:41
- 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.
- EM-algorithm by Wannes Meert — last modified 2007-01-12 16:12
- 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.
- Visualize your Bayes Net using pydot by Willi Richert — last modified 2007-03-05 12:24
- This is a small script that can visualize your Bayes Net's CPT.
- LearnMLParams for Jointrees using augmented bayes nets by amaury hazan — last modified 2007-03-09 14:08
- 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?
- Learning by Francois de Bergeyck — last modified 2007-07-02 13:44
- 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.
libraries
Posted by
sergioroa
at
2007-07-19 19:41
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
2007-09-15 15:19
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!
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