Giter Site home page Giter Site logo

jimmy-inl / parametricgp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maziarraissi/parametricgp

0.0 0.0 0.0 592 KB

Parametric Gaussian Process Regression for Big Data

Home Page: https://maziarraissi.github.io/ParametricGP/

License: MIT License

Python 100.00%

parametricgp's Introduction

This work introduces the concept of parametric Gaussian processes (PGPs), which is built upon the seemingly self-contradictory idea of making Gaussian processes parametric. Parametric Gaussian processes, by construction, are designed to operate in "big data" regimes where one is interested in quantifying the uncertainty associated with noisy data. The proposed methodology circumvents the well-established need for stochastic variational inference, a scalable algorithm for approximating posterior distributions. The effectiveness of the proposed approach is demonstrated using an illustrative example with simulated data and a benchmark dataset in the airline industry with approximately 6 million records.

For more details, please refer to the following: (https://maziarraissi.github.io/ParametricGP/)

Citation

@article{raissi2017parametric,
  title={Parametric Gaussian Process Regression for Big Data},
  author={Raissi, Maziar},
  journal={arXiv preprint arXiv:1704.03144},
  year={2017}
}

Example

To see an example, please run the file one_dimensional_example.py in the folder /PGPs_autograd/Examples/ or /PGPs_tensorflow/Examples/.

# let X, y be the loaded data
# Model creation:
pgp = PGP(X, y, M = 8, max_iter = 6000, N_batch = 1)

# Training
pgp.train()

# Prediction
mean_star, var_star = pgp.predict(X_star)

Installing Dependencies

This code depends on autograd (https://github.com/HIPS/autograd), tensorflow (https://www.tensorflow.org/), numpy (http://www.numpy.org/), scikit-learn (http://scikit-learn.org/stable/index.html), matplotlib (https://matplotlib.org/), pyDOE (https://pythonhosted.org/pyDOE/), and pandas (http://pandas.pydata.org/) which can be installed using

pip install autograd
pip install tensorflow
pip install numpy
pip install -U scikit-learn
pip install matplotlib
pip install --upgrade pyDOE
pip install pandas

parametricgp's People

Contributors

maziarraissi avatar

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.