Part VI: Handling Parameter Constraints of Exponential Family In Natural-gradient Methods
Warning: working in Progress (Part VI is incomplete)
Warning: working in Progress (Part VI is incomplete)
Warning: working in Progress (incomplete)
Warning: working in Progress (incomplete)
Goal (edited: 01-Jan-23) This blog post focuses on invariant properties of natural-gradients. We will discuss transformation rules of natural-gradients, ...
Goal (edited: 01-Jan-23) This blog post focuses on the derivation of natural-gradients, which are known as Riemannian gradients with the Fisher-Rao metric. W...
Goal (edited: 06-Feb-23) This blog post focuses on the Fisher-Rao metric, which gives rise to the Fisher information matrix (FIM). We will introduce the foll...
More about this work [1]: Long talk, (Youtube) short talk, extended paper, short paper, poster
%matplotlib inline from jax.config import config; config.update("jax_enable_x64", True) import jax.numpy as jnp from jax import grad, jit, value_and_grad imp...