Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ggn and ggnvp #63

Closed
SamDuffield opened this issue Apr 16, 2024 · 1 comment
Closed

Add ggn and ggnvp #63

SamDuffield opened this issue Apr 16, 2024 · 1 comment
Labels
enhancement New feature or request (beyond just a new method)

Comments

@SamDuffield
Copy link
Contributor

We can add support for calculating the generalised Gauss-Newton (GGN) matrix and GGN vector products (paper, code)

Provides a convenient and efficient way to calculate the (non-empirical) Fisher.

Will require the user to provide a forward function and a loss function that together give the log posterior. Probably we should enforce has_aux=True on both.

@SamDuffield SamDuffield added the enhancement New feature or request (beyond just a new method) label Apr 16, 2024
@SamDuffield
Copy link
Contributor Author

Added in #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request (beyond just a new method)
Projects
None yet
Development

No branches or pull requests

1 participant