Collection of algorithms for approximating Fisher Information Matrix for Natural Gradient (and second order method in general)
☆143May 26, 2019Updated 6 years ago
Alternatives and similar repositories for natural-gradients
Users that are interested in natural-gradients are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of FIM and empirical FIM☆60Jul 10, 2018Updated 7 years ago
- Limitations of the Empirical Fisher Approximation☆49Mar 3, 2025Updated last year
- {KFAC,EKFAC,Diagonal,Implicit} Fisher Matrices and finite width NTKs in PyTorch☆221Feb 9, 2026Updated 3 weeks ago
- Code for "Accelerating Natural Gradient with Higher-Order Invariance"☆30Jun 28, 2019Updated 6 years ago
- Pytorch Implementation of paper "Noisy Natural Gradient as Variational Inference"☆121Sep 1, 2018Updated 7 years ago
- Repository containing Pytorch code for EKFAC and K-FAC perconditioners.☆153Jun 22, 2023Updated 2 years ago
- Example code for the NNGeometry PyTorch library☆10Aug 20, 2025Updated 6 months ago
- Official Implementation of "Transferring Inductive Biases Through Knowledge Distillation"☆15Jun 3, 2020Updated 5 years ago
- Pytorch implementation of KFAC and E-KFAC (Natural Gradient).☆133Jul 2, 2019Updated 6 years ago
- TensorFlow implementation of "noisy K-FAC" and "noisy EK-FAC".☆60Jan 12, 2019Updated 7 years ago
- Regularization, Neural Network Training Dynamics☆14Jan 13, 2020Updated 6 years ago
- Model your data with the Von Mises-Fisher distribution in Python☆13Feb 1, 2016Updated 10 years ago
- Code for "EigenDamage: Structured Pruning in the Kronecker-Factored Eigenbasis" https://arxiv.org/abs/1905.05934☆113Mar 3, 2020Updated 6 years ago
- Code for "Differentiable Compositional Kernel Learning for Gaussian Processes" https://arxiv.org/abs/1806.04326☆71Jul 10, 2018Updated 7 years ago
- Efficient PyTorch Hessian eigendecomposition tools!☆386Feb 29, 2024Updated 2 years ago
- Python implementation of Dirichlet-vMF (von-Mises-Fisher) mixture model. Includes the evaluation code of topic inference on word embeddin…☆12Mar 1, 2017Updated 9 years ago
- BackPACK - a backpropagation package built on top of PyTorch which efficiently computes quantities other than the gradient.☆606Nov 28, 2025Updated 3 months ago
- A tensorflow implementation of the NIPS 2018 paper "Variational Inference with Tail-adaptive f-Divergence"☆20Jan 11, 2019Updated 7 years ago
- Preconditioned Conjugate Gradient in Pytorch☆142Feb 14, 2024Updated 2 years ago
- Code to reproduce the results of "Curiosity Driven Exploration of Learned Disentangled Goal Spaces"☆19Oct 26, 2018Updated 7 years ago
- ASDL: Automatic Second-order Differentiation Library for PyTorch