Skip to content

Add MCMC fitting for GPyTorch#72

Open
kiranvad wants to merge 8 commits intousnistgov:mainfrom
kiranvad:gpytorch
Open

Add MCMC fitting for GPyTorch#72
kiranvad wants to merge 8 commits intousnistgov:mainfrom
kiranvad:gpytorch

Conversation

@kiranvad
Copy link
Copy Markdown
Contributor

This PR adds following additions to the PyTorchExtrapolator.py module:

  1. Along with the gradient descent based optimization of marginal likelihood (in mll), a fully Bayesian approach is included under mcmc method of the module to fit the GP Models.
  2. It also returns gradient of entropy function using PyTorch's autograd module that is useful in visualizing phase boundaries and transitions following this paper.
  3. GP model kernel now uses (smooth) Matern Kernel with automatic relevance determination.

@kiranvad
Copy link
Copy Markdown
Contributor Author

ToDos:

  • Add test functions for the PyTorchExtrapolator class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant