gchq / coreax

A library for coreset algorithms, written in Jax for fast execution and GPU support.
Apache License 2.0
15 stars 1 forks source link

Tree Recombination #497

Open tc85324 opened 3 months ago

tc85324 commented 3 months ago

What's the new feature?

Sub task of #71

The SVD based Caratheodory reduction algorithm is shared across variations and can be implemented independent of the tree-based data structure. Feasibility and utility of the Tree-based data structures is to be determined.

TODO:

What value does this add?

Provides additional algorithms for generating coresets (reduced measures)

Is there an alternative you've considered?

No response

Additional context

No response

tp832944 commented 2 months ago

Awaiting #581.