Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

BenZickel/torch_interpcov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Covariance matrix interpolation in PyTorch implemented as a torchtorch.nn.Module calledInterpolateCovariance with the following features:

  • Interpolated covariance matrix maintains positive definiteness.
  • Convergence to the original covariance matrix near the input coordinates.

Use case

The main use case is extending a multivariate gaussian distribution$Z(x_i)$ defined at$N$ descrete strictly increasing series of points$x_1,...,x_N$ to the continuous range$[x_1,x_N]$. Given the covariance of$Z(x_i)$ defined at$x_1,...,x_N$ theInterpolateCovariance module outputs the covariance at an arbitrary set of points.

Tests

python -m torch_interpcov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp