From bf459632f7ad2762ec3a560432a8a028ffe70e78 Mon Sep 17 00:00:00 2001 From: Jelle Date: Wed, 12 Jun 2024 17:40:20 +0200 Subject: [PATCH] Docs/Update faq.rst (#629) --- docs/faq.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 223aa2e49..b40ab2f5b 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -52,7 +52,7 @@ see the section about model marshaling: Q: Can I start a client listening only to training requests or only on validation requests?: -------------------------------------------------------------------------------------------- -Yes! You can toggle which message streams a client subscibes to when starting the client. For example, to start a pure validation client: +Yes! You can toggle which message streams a client subscribes to when starting the client. For example, to start a pure validation client: .. code-block:: bash @@ -62,12 +62,12 @@ Yes! You can toggle which message streams a client subscibes to when starting th Q: How do you approach the question of output privacy? ---------------------------------------------------------------------------------- -We take security in (federated) machine learning seriously. Federated learning is a foundational technology that impoves input privacy +We take security in (federated) machine learning seriously. Federated learning is a foundational technology that improves input privacy in machine learning by allowing datasets to stay local and private, and not copied to a server. FEDn is designed to provide an industry grade -implementation of the core communication and aggregration layers of federated learning, as well as configurable modules for traceability, logging +implementation of the core communication and aggregation layers of federated learning, as well as configurable modules for traceability, logging etc, to allow the developer balance between privacy and auditability. With `FEDn Studio `__ we add functionality for user authentication, authorization, and federated client identity management. As such, The FEDn Framework provides -a comprehensive software suite for implemeting secure federated learning following industry best-practices. +a comprehensive software suite for implementing secure federated learning following industry best-practices. Going beyond input privacy, there are several additional considerations relating to output privacy and potential attacks on (federated) machine learning systems. For an introduction to the topic, see this blog post: @@ -85,4 +85,4 @@ with the Scaleout team. - `LEAKPRO: Leakage Profiling and Risk Oversight for Machine Learning Models `__ - `Validating a System Development Kit for edge federated learning `__ - `Trusted Execution Environments for Federated Learning: `__ -- `Robust IoT Security: Intrusion Detection Leveraging Contributions from Multiple Systems `__ \ No newline at end of file +- `Robust IoT Security: Intrusion Detection Leveraging Contributions from Multiple Systems `__