harmanpa / jgpml

Java porting of the Gaussian Process for machine learning software library by C.E. Rasmussean and C. Williams (http://www.gaussianprocess.org/gpml/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== What is Jpgml ==

Jpgml is a Java porting of the Gaussian Process for machine learning software by C.E. Rasmussean and C. Williams. (http://www.gaussianprocess.org/gpml/).

The code is essentially identical to the one of the gpml library, however it has been repackaged in a more object oriented fashion in order to take full advantage of Java's capabilities.

In the current version only the part of the library that deals with regression has been implemented. 


A simple example of training and prediction can be found in the main method of the GaussianProcess class

== Required Dependencies ==

* Jama Matrix library that can be downloaded from http://math.nist.gov/javanumerics/jama/

About

Java porting of the Gaussian Process for machine learning software library by C.E. Rasmussean and C. Williams (http://www.gaussianprocess.org/gpml/)

License:MIT License


Languages

Language:Java 100.0%