Project details for JProGraM

Logo JProGraM 10.5

by ninofreno - May 31, 2010, 12:14:02 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ]

view ( today), download ( today ), 0 subscriptions

Description:

JProGraM is an open-source Java library which can be used for learning a number of statistical models from data, such as Bayesian networks, Markov random fields, hybrid random fields, probabilistic decision trees, dependency networks, Gaussian mixture models, Parzen windows, and Nadaraya-Watson conditional density estimators. Along with learning algorithms, some simple inference methods are implemented by JProGraM. Principal components analysis, independent component analysis (through the FastICA library), and (to some extent) data clustering are also supported. One strong point of the library is the extended support for graphical models with continuous random variables, covering not only standard Gaussian models, but also more recent cutting-edge techniques such as nonparanormal estimation of undirected graphs, scalable dual-tree recursion methods for kernel bandwidth selection, or kernel-based hybrid random fields.

Changes to previous version:

JProGraM 10.5 -- CHANGE LOG

Release date: May 30, 2010

-- Support for continuous graphical models has been added: Gaussian, nonparanormal, and kernel-based Markov random fields, hybrid random fields and Bayes nets are now implemented; -- Routines for kernel-based conditional density estimation (Nadaraya-Watson estimators) have been implemented, with support for scalable dual-tree recursion techniques (used in the bandwidth selection routines); -- Methods for generating arbitrarily shaped multivariate density functions and for sampling datasets from them have been added; -- Independent Component Analysis is now also supported (by wrapping the FastICA library); -- Gaussian mixture models have been greatly improved by adding support for expectation-maximization, fixing some numerical stability issues and differentiating a simpler version with diagonal covariance matrices from a more complex version with full covariance matrices; -- Other minor features have been added, and a number of corrections have been introduced.

Note that the Gaussian and nonparanormal Markov random fields relying on the graphical lasso technique require a working R distribution (http://www.r-project.org/) to be installed on your system, including in particular the external glasso package (http://www-stat.stanford.edu/~tibs/glasso/). Provided that R and the glasso package are correctly installed, the relevant JProGraM routines are able to exploit the R installation without any manual intervention. This means that users of the JProGraM library can sinmply call the routines executing the graphical lasso within their Java code without the need to manipulate any R code. (This has been tested successfully on several Linux distributions, but not on Windows or Mac OS X).


JProGraM 9.1 -- CHANGE LOG

Release date: January 29, 2009

-- Principal Components Analysis is now supported; -- A number of bugs within the ninofreno.gmm and ninofreno.clustering packages have been fixed; -- Other minor features have been added (especially within the MyMath class).


JProGraM 8.10 -- CHANGE LOG

Release date: October 7, 2008

The following algorithms are now supported by JProGraM: -- K-Means (for clustering); -- Kaufman-Rousseuw algorithm for initializing cluster centroids; -- Gaussian Mixture Model for probability density function estimation.


JProGraM 8.6 -- CHANGE LOG

Release date: June 8, 2008

The following statistical models are now supported by JProGraM: -- Parzen Windows for probability density function estimation; -- Probabilistic decision trees for discrete pattern classification; -- Dependency networks for discrete pseudo-likelihood estimation.


JProGraM 8.1

Release date: February 16, 2008

The following statistical models are supported by JProGraM: -- Bayesian networks; -- Markov random fields; -- Hybrid random fields.

BibTeX Entry: Download
Corresponding Paper BibTeX Entry: Download
Supported Operating Systems: Agnostic
Data Formats: None
Tags: Density Estimation, Machine Learning, Decision Tree Learning, Naive Bayes, Bayesian Networks, Graphical Models, Markov Random Fields, Dependency Networks, Hybrid Random Fields, Ke
Archive: download here

Comments

No one has posted any comments yet. Perhaps you'd like to be the first?

Leave a comment

You must be logged in to post comments.