Code Monkey home page Code Monkey logo

sigp's Introduction

Finite-Sample Integral Gaussian Processes (SIGP)

  • A dual construction of Gaussian processes with sample paths in a given reproducing kernel Hilbert space.
  • Matlab code for the paper: https://arxiv.org/abs/1802.07528

SIGP on Real-Life Data

Example 1: Classification of the Arcene cancer data

Data source: https://archive.ics.uci.edu/ml/datasets/Arcene

In Matlab:

>> demoSIGPArcene
Loading the data ...
Classifying with SIGP ...
F1 score:0.85714

For comparison, the standard GP based on GPML Toolbox (http://www.gaussianprocess.org/gpml/code/matlab/doc/) yields a lower F1 score 0.82353. To verify, add GPML to the Matlab PATH, and run demoGPArcene.m.

Example 2: Prediction on Boston housing data

Data source: https://archive.ics.uci.edu/ml/machine-learning-databases/housing/

In Matlab:

>> demoSIGPHousing
Loading housing data ...
Training SIGP ...
Mean squared error:28.1999

For comparison, the standard GP based on GPML Toolbox (http://www.gaussianprocess.org/gpml/code/matlab/doc/) yields a much larger mean squared error 93.1109. To verify, add GPML to the Matlab PATH, and run demoGPHousing.m.

sigp's People

Contributors

ztanml avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

miaozhang0525

sigp's Issues

Plots for sigp

Hi @ZilongTan
I hope your well.
I would like to use this model in a university project.
I am looking at different types of Gaussian processes and I am wondering if there are any plot scripts associated with this model, similar to the below example -

https://github.com/OxfordML/GPz/blob/master/demo_sinc.m

Thank you in advance for your assistance.
Best,
Andrew

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.