ACEsuit / Polynomials4ML.jl

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

Static Feature Vectors #71

Closed cortner closed 9 months ago

cortner commented 11 months ago

This is inspired by #66. For very small models where each layer produces a short feature vector (say ≤ O(100)) then we could explore using Static arrays for everything i.e. keep the entire chain on the stack. This might lead to extremely fast models.

cortner commented 9 months ago

I'm going to close this, too speculative.