Skip to content

bdevl/PGMCPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highlight

  • A generative, probabilistic, surrogate model for high-dimensional parametric PDEs.
  • Supervised dimensionality reduction using a physically-inspired information bottleneck.
  • Probabilistic incorporation of physical constraints using virtual observables.
  • Quantification of predictive uncertainty.

Content

This repository contains the implementation of a generative model, employing semi-supervised learning and physical constraints to learn the input-output map implicitly defined by a linear elliptic partial differential equation. The encoder and decoder are based on convolutional neural networks, and a physical coarse-grained model is embedded within the computational graph of PyTorch. The model is trained using stochastic variational inference to optimize the evidence lower bound, which incorporates physical information in addition to labeled and unlabeled data.

Dependencies

The implementation makes use of PyTorch PyTorch for machine learning and automatic differentiation, while FEniCS is employed for the FOM, CGM and the physical constraints.

  • pytorch 1.1.0
  • fenics 2018.1.0

Examples

A simple example to build and run a model is provided in example.ipynb.


overview

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published