ACEsuit / Polynomials4ML.jl

Polynomials for ML: fast evaluation, batching, differentiation
MIT License
12 stars 5 forks source link

Polynomials4ML.jl

Dev Build Status

This package implements a few polynomial basis types, tensor layers, convenient methods for evaluation and derivatives up to second order and (hopefully fast) batched evaluation, for building small and fast ML type models. Layers currently implemented include:

We also aim to provide full Lux.jl integration to build layered models. A possible application of this might be to implement various flavours of equivariant neural networks and related models.