Skip to content

Commit

Permalink
chore: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Sep 26, 2023
1 parent e4b062f commit 17f22b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/tutorials/privacy_preserving.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Privacy Preserving Inference with Concrete ML
#############################################

Concrete ML is a specialized library allowing the execution of machine learning models on encrypted data through `Fully Homomorphic Encryption (FHE) <https://www.youtube.com/watch?v=FFox2S4uqEo>`, thereby preserving data privacy.
`Concrete ML`_ is a specialized library allowing the execution of machine learning models on encrypted data through `Fully Homomorphic Encryption (FHE) <https://www.youtube.com/watch?v=FFox2S4uqEo>`_, thereby preserving data privacy.

To use models such as XGBClassifier, use the following import:

Expand Down Expand Up @@ -92,6 +92,5 @@ Concrete ML provides a framework for executing privacy-preserving inferences by

More information and examples are given in the `Concrete ML documentation`_.

.. _Zama: https://www.zama.ai/
.. _Concrete ML: https://github.com/zama-ai/concrete-ml
.. _`Concrete ML documentation`: https://docs.zama.ai/concrete-ml

0 comments on commit 17f22b6

Please sign in to comment.