From 36e3de7a289c6b36baa091986a72a843039352f0 Mon Sep 17 00:00:00 2001 From: Walter Baccinelli Date: Fri, 23 Aug 2024 14:48:24 +0200 Subject: [PATCH] fixing unwanted deletion --- episodes/chap2_introduction_v6.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/episodes/chap2_introduction_v6.md b/episodes/chap2_introduction_v6.md index cce3dd52..d60a0f73 100644 --- a/episodes/chap2_introduction_v6.md +++ b/episodes/chap2_introduction_v6.md @@ -242,4 +242,10 @@ For example, it would be possible: Currently, vantage6 is focused on privacy enhancing techniques. Some of these techniques result in a model that can be used to make predictions. We want to extend vantage6 with a model repository in which these models can be stored, shared and used. This will make it easier to reuse models and to compare the performance of different models. +::: keypoints +- vantage6 is an open source platform to execute PET analysis. +- A client is used to interact with the system. +- A vantage6 server orchestrates the execution of algorithms. +- The nodes contain the data and execute the computation. +- The algorithms in vantage6 have a federated part, running on local data, and a central part, aggregating the results. :::