Skip to content

v0.3.8

Compare
Choose a tag to compare
@romanngg romanngg released this 07 Oct 00:14
· 230 commits to main since this release

New Features:

  • stax.Elementwise - a layer for generic elementwise functions requiring the user to specify only scalar-valued nngp_fn : (cov12, var1, var2) |-> E[fn(x_1) * fn(x_2)]. The NTK computation (thanks to @SiuMath) and vectorization over the underlying Kernel happen automatically under the hood. If you can't derive the nngp_fn for your function, use stax.ElementwiseNumerical. See docs for more details.

Bugfixes:

Full Changelog: v0.3.7...v0.3.8