linpde-gp

Code for the Paper "Physics-Informed Gaussian Process Regression Generalizes Linear PDE Solvers"

https://github.com/marvinpfoertner/linpde-gp

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary

Keywords

collocation-method finite-element-method galerkin-method gaussian-processes partial-differential-equations probabilistic-numerics
Last synced: 4 months ago · JSON representation ·

Repository

Code for the Paper "Physics-Informed Gaussian Process Regression Generalizes Linear PDE Solvers"

Basic Info
Statistics
  • Stars: 30
  • Watchers: 2
  • Forks: 5
  • Open Issues: 1
  • Releases: 1
Topics
collocation-method finite-element-method galerkin-method gaussian-processes partial-differential-equations probabilistic-numerics
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation Codeowners

README.md

LinPDE-GP: Linear PDE Solvers based on GP Regression

Code for the Paper "Physics-Informed Gaussian Process Regression Generalizes Linear PDE Solvers"

Getting Started

Cloning the Repository

This repository includes Git submodules, so it is best cloned via

shell git clone --recurse-submodules git@github.com:marvinpfoertner/linpde-gp.git

If you forgot the --recurse-submodules flag when cloning, simply run

shell git submodule update --init --recursive

inside the repository.

Installing a Full Development Environment

shell cd path/to/linpde-gp pip install -r dev-requirements.txt

Citation

If you use this software, please cite our paper.

bibtex @misc{Pfoertner2022LinPDEGP, author = {Pf\"ortner, Marvin and Steinwart, Ingo and Hennig, Philipp and Wenger, Jonathan}, title = {Physics-Informed Gaussian Process Regression Generalizes Linear PDE Solvers}, year = {2022}, publisher = {arXiv}, doi = {10.48550/arxiv.2212.12474}, url = {https://arxiv.org/abs/2212.12474} }

Owner

  • Name: Marvin Pförtner
  • Login: marvinpfoertner
  • Kind: user
  • Location: Tübingen, Germany
  • Company: University of Tübingen

PhD student in Machine Learning at the University of Tübingen

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it as below.
title: LinPDE-GP
authors:
- name: Marvin Pförtner
license: MIT
url: "https://github.com/marvinpfoertner/linpde-gp"
preferred-citation:
  type: generic
  title: "Physics-Informed Gaussian Process Regression Generalizes Linear PDE Solvers"
  authors:
  - family-names: Pförtner
    given-names: Marvin
    orcid: "https://orcid.org/0000-0002-9005-2984"
  - family-names: Steinwart
    given-names: Ingo
    orcid: "https://orcid.org/0000-0002-4436-7109"
  - family-names: Hennig
    given-names: Philipp
  - family-names: Wenger
    given-names: Jonathan
    orcid: "https://orcid.org/0000-0003-2261-1331"
  year: 2022
  url: "https://arxiv.org/abs/2212.12474"
  identifiers:
    - type: other
      value: "arXiv:2212.12474"
      description: The arXiv preprint of the paper

GitHub Events

Total
  • Watch event: 8
  • Fork event: 2
Last Year
  • Watch event: 8
  • Fork event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 8 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
pypi.org: linpde-gp

Linear PDE Solvers as Gaussian Process Inference

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8 Last month
Rankings
Dependent packages count: 6.6%
Average: 18.6%
Dependent repos count: 30.6%
Maintainers (1)
Last synced: 5 months ago