Skip to content

Commit

Permalink
Update EdenPipeline in the documentation (securefederatedai#877)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Portnoy <[email protected]>
Signed-off-by: Parth Mandaliya <[email protected]>
  • Loading branch information
amitport authored and ParthMandaliya committed Oct 5, 2023
1 parent b5c5f2f commit 6a5a3d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/compression_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ The following are the compression pipelines supported in |productName|:
- *Sparsity Transform* (p=0.1), which by default retains only the(p*100)% absolute values of greatest magnitude.
- *KMeans Transform* (k=6), which applies the KMeans algorithm to the sparse array with *k* centroids
- *GZIP Transform*

``KCPipeline``
A **lossy** pipeline consisting of two transformations:

- *KMeans Transform* (k=6), which applies the KMeans algorithm to the original weight array with *k* centroids
- *GZIP Transform*

``EdenPipeline``
A **lossy** unbiased compression. See `the paper <https://proceedings.mlr.press/v162/vargaftik22a.html>`_ for further details.

Demonstration of a Compression Pipeline
=======================================
Expand Down

0 comments on commit 6a5a3d8

Please sign in to comment.