Department of Computer Science and Technology

Technical reports

The HasGP user manual

Sean B. Holden

September 2011, 18 pages

DOI: 10.48456/tr-804

Abstract

HasGP is an experimental library implementing methods for supervised learning using Gaussian process (GP) inference, in both the regression and classification settings. It has been developed in the functional language Haskell as an investigation into whether the well-known advantages of the functional paradigm can be exploited in the field of machine learning, which traditionally has been dominated by the procedural/object-oriented approach, particularly involving C/C++ and Matlab. HasGP is open-source software released under the GPL3 license. This manual provides a short introduction on how install the library, and how to apply it to supervised learning problems. It also provides some more in-depth information on the implementation of the library, which is aimed at developers. In the latter, we also show how some of the specific functional features of Haskell, in particular the ability to treat functions as first-class objects, and the use of typeclasses and monads, have informed the design of the library. This manual applies to HasGP version 0.1, which is the initial release of the library.

Full text

PDF (0.3 MB)

BibTeX record

@TechReport{UCAM-CL-TR-804,
  author =	 {Holden, Sean B.},
  title = 	 {{The HasGP user manual}},
  year = 	 2011,
  month = 	 sep,
  url = 	 {https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-804.pdf},
  institution =  {University of Cambridge, Computer Laboratory},
  doi = 	 {10.48456/tr-804},
  number = 	 {UCAM-CL-TR-804}
}