Vantage6
An open-source platform for supporting the development of federated learning projects
Cite this software
Description
This repository is contains all the vantage6 infrastructure source code. The vantage6 technology enables to manage and deploy privacy enhancing technologies like Federated Learning (FL) and Multi-Party Computation (MPC). Please visit our website to learn more!
You can find more (user) documentation at readthedocs. If you have any questions, suggestions or just want to chat about federated learning: join our Discord) channel.
Infrastructure overview

A High level overview of the vantage6 infrastructure. Vantage6 has both a client-server and peer-to-peer architecture. The client is used by the researcher to create (PET) computation requests. It is also used to manage users, organizations and collaborations. The server contains users, organizations, collaborations, tasks and their results. It provides a central access point for both the clients and nodes. The nodes have access to privacy sensitive data and handle computation requests retrieved from the server. Computation request are executed as separate containers on the node. These containers are connected to containers at other nodes by a VPN network.
:books: Quickstart
Requirements
The vantage6 infrastructure is delivered in Docker images. To run these images, you need to have Docker installed. To install the latest version of the vantage6 CLI, you need to have Python, we recommend using an environment manager like mini-conda.
Install the latest version of the vantage6 CLI by using:
pip install vantage6
This install the v6 commands, which allows you to manage your nodes and servers. To view all available options, run:
v6 --help
For example you can create a local test setup by using:
v6 dev create-demo-network
This creates a local network with a server and two nodes. You can start the network by running:
v6 dev start-demo-network
This will start the server and nodes in the background. You can view the logs by running:
# View node logs
v6 node attach
# View server logs
v6 server attach
From here you can use the vantage6-client to interact with the server. The demo network has a pre-configured organization with the following credentials:
- Username:
dev_admin - Password:
password
For example, you can create a new organization by running:
from vantage6.client import Client
client = Client('http://127.0.0.1', 7601, '/api', log_level='debug')
client.authenticate('dev_admin', 'password')
client.setup_encryption(None)
client.organization.create(
name='My organization',
address1='My address',
address2='My address',
zipcode='1234AB',
country='The Netherlands',
domain='my-organization.com'
)
You can find more (user) documentation at readthedocs
Project structure
PYPI packages
This repository is home to 6 PyPi packages:
- vantage6 -> CLI for managing node and server instances
- vantage6-client -> Python client for interacting with the vantage6-server
- vantage6-algorithm-tools -> Python tools to facilitate algorithm development
- vantage6-node -> Node application package
- vantage6-server -> Server application package
- vantage6-algorithm-store -> Algorithm store application package
- vantage6-common -> Package with common vantage6 functions
- vantage6-backend-common -> Package with functions common to central server and algorithm store
Note that when using vantage6 you do not install the server and node packages. These are delivered to you in Docker images.
This repository also hosts the code for the vantage6 user interface (UI). The UI is an Angular web application that can be used to interact with the vantage6 server easily.
Docker images
The vantage6 infrastructure is delivered in Docker images. All Docker images are stored in our private Harbor registry. The most important images are:
harbor2.vantage6.ai/infrastructure/node:VERSION-> Node application Docker imageharbor2.vantage6.ai/infrastructure/server:VERSION-> Server application Docker imageharbor2.vantage6.ai/infrastructure/ui:VERSION-> User interface Docker imageharbor2.vantage6.ai/infrastructure/algorithm-store:VERSION-> Algorithm store Docker image
with VERSION being the full semantic version of the vantage6 infrastructure, e.g.
4.0.0 or 4.1.0rc0.
Several other images are used to support the infrastructure:
harbor2.vantage6.ai/infrastructure/infrastructure-base:VERSION-> Base image for the infrastructureharbor2.vantage6.ai/infrastructure/squid:VERSION-> Squid proxy image used for the whitelisting serviceharbor2.vantage6.ai/infrastructure/alpine-> Alpine image used for vpn traffic forwardingharbor2.vantage6.ai/infrastructure/vpn-client-> VPN image used to connect to the VPNharbor2.vantage6.ai/infrastructure/vpn-configurator-> VPN image used for initializationharbor2.vantage6.ai/infrastructure/ssh-tunnel-> SSH tunnel image used for connecting algorithms to external services
And finally there are some images released for algorithm development:
harbor2.vantage6.ai/infrastructure/algorithm-base:MAJOR.MINOR-> Base image for algorithm developmentharbor2.vantage6.ai/infrastructure/algorithm-ohdsi-base:MAJOR.MINOR-> Extended algorithm base image for OHDSI algorithm development
:gift_heart: Join the community!
We hope to continue developing, improving, and supporting vantage6 with the help of the federated learning community. If you are interested in contributing, first of all, thank you! Second, please take a look at our contributing guidelines and our code of conduct.
:scroll: License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
:black_nib: Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in any way in this project you agree to abide by its terms.
:black_nib: References
If you are using vantage6, please cite this repository as well as the accompanying papers as follows:
- F. Martin, M. Sieswerda, H. Alradhi, et al. vantage6. Available at https://doi.org/10.5281/zenodo.7221216. Accessed on MONTH, 20XX.
- A. Moncada-Torres, F. Martin, M. Sieswerda, J. van Soest, G. Gelijnse. VANTAGE6: an open source priVAcy preserviNg federaTed leArninG infrastructurE for Secure Insight eXchange. AMIA Annual Symposium Proceedings, 2020, p. 870-877. [BibTeX, PDF]
- D. Smits*, B. van Beusekom*, F. Martin, L. Veen, G. Geleijnse, A. Moncada-Torres, An Improved Infrastructure for Privacy-Preserving Analysis of Patient Data, Proceedings of the International Conference of Informatics, Management, and Technology in Healthcare (ICIMTH), vol. 25, 2022, p. 144-147. [BibTeX, PDF]
Participating organisations
Reference papers
Mentions
- 1.Author(s): Sai Praneeth Karimireddy, Narasimha Raghavan Veeraragavan, Severin Elvatun, Jan F. NygårdPublished in 2023 Eighth International Conference on Fog and Mobile Edge Computing (FMEC) by IEEE in 2023, page: 224-23110.1109/fmec59375.2023.10305961
- 2.Author(s): Jamila Alsayed Kassem, Onno Valkering, Adam Belloum, Paola GrossoPublished in 2021 IEEE 17th International Conference on eScience (eScience) by IEEE in 2021, page: 80-8910.1109/escience51609.2021.00018
- 1.Author(s): Keyur D. Shah, Harald Paganetti, Pablo Yepes, Theodore S. Hong, Jennifer Y. Wo, J. Hannah Roberts, Eugene J. Koay, Christian V. Guthier, Ibrahim ChamseddinePublished in JCO Clinical Cancer Informatics by American Society of Clinical Oncology (ASCO) in 202510.1200/cci-25-00074
- 2.Author(s): Héctor Cadavid, Hyunho Mo, Bauke Arends, Katarzyna Dziopa, Esther E. Bron, Daniel Bos, Sonja Georgievska, Pim van der HarstPublished in 202510.1016/j.compbiomed.2025.111180
- 3.Author(s): Pedro Mateus, Mariachiara Savino, Nikola Dino Capocchiano, Maaike Berbee, Maria Antonietta Gambacorta, Giuditta Chiloiro, Yves C. P. Willems, Andrea Damiani, Biche Osong, Andre Dekker, Inigo BermejoPublished in Medical Physics by Wiley in 202510.1002/mp.18034
- 4.Author(s): Daniel Kapitan, Femke Heddema, André Dekker, Melle Sieswerda, Bart-Jan Verhoeff, Matt BergPublished in Journal of Medical Internet Research by JMIR Publications Inc. in 2025, page: e6661610.2196/66616
- 5.Author(s): Swier Garst, Julian Dekker, Marcel ReindersPublished in Database by Oxford University Press (OUP) in 202510.1093/database/baaf016
- 6.Author(s): Luca Garuffo, Alessandro Leoni, Roberto Gatta, Simona BernardiPublished in Cancers by MDPI AG in 2025, page: 39510.3390/cancers17030395
- 7.Author(s): Sascha Welten, Sven Weber, Adrian Holt, Oya Beyan, Stefan DeckerPublished in Frontiers in Medicine by Frontiers Media SA in 202410.3389/fmed.2023.1305415
- 8.Author(s): Juan González-García, Javier González-Galindo, Francisco Estupiñán-Romero, Martin Thißen, Ronan A Lyons, Carlos Telleria-Orriols, Enrique Bernal-Delgado, Population Health Information Research Infrastructure, Petronille Bogaert, Nienke Schutte, Pascal Derycke, Sarah Aldridge, Andrea Schmidt, Lorenz Dolanski-Aghamanoukjan, Jennifer Zeitlin, Marianne Philibert, Hanna Tolonen, Mikka Gissler, Carmen Rodríguez-BlázquezPublished in European Journal of Public Health by Oxford University Press (OUP) in 2024, page: i43-i4910.1093/eurpub/ckae036
- 9.Author(s): Pedro Mateus, Justine Moonen, Magdalena Beran, Eva Jaarsma, Sophie M. van der Landen, Joost Heuvelink, Mahlet Birhanu, Alexander G.J. Harms, Esther Bron, Frank J. Wolters, Davy Cats, Hailiang Mei, Julie Oomens, Willemijn Jansen, Miranda T. Schram, Andre Dekker, Inigo BermejoPublished in Journal of Biomedical Informatics by Elsevier BV in 2024, page: 10466110.1016/j.jbi.2024.104661
- 10.Author(s): Tim Cadman, Mariska K Slofstra, Marije A van der Geest, Demetris Avraam, Tom R P Bishop, Tommy de Boer, Liesbeth Duijts, Sido Haakma, Eleanor Hyde, Vincent Jaddoe, Tarik Karramass, Fleur Kelpin, Yannick Marcon, Angela Pinot de Moira, Dick Postma, Clemens Tolboom, Ruben L Veenstra, Stuart Wheater, Marieke Welten, Rebecca C Wilson, Erik Zwart, Morris SwertzPublished in Bioinformatics by Oxford University Press (OUP) in 202410.1093/bioinformatics/btae726
- 11.Author(s): Varsha Gouthamchand, Ananya Choudhury, Frank J P Hoebers, Frederik W R Wesseling, Mattea Welch, Sejin Kim, Joanna Kazmierska, Andre Dekker, Benjamin Haibe-Kains, Johan van Soest, Leonard WeePublished in BJR|Artificial Intelligence by Oxford University Press (OUP) in 202410.1093/bjrai/ubae005
- 12.Author(s): Matteo Bregonzio, Anna Bernasconi, Pietro PinoliPublished in Frontiers in Medicine by Frontiers Media SA in 202410.3389/fmed.2024.1473874
- 13.Author(s): Benedetta Gottardelli, Roberto Gatta, Leonardo Nucciarelli, Andrada Mihaela Tudor, Erica Tavazzi, Mauro Vallati, Stefania Orini, Nicoletta Di Giorgi, Andrea DamianiPublished in BMC Medical Informatics and Decision Making by Springer Science and Business Media LLC in 202410.1186/s12911-024-02549-5
- 14.Author(s): Xiaofeng Liao, Thomas H.A. Ederveen, Anna Niehues, Casper de Visser, Junda Huang, Firdaws Badmus, Cenna Doornbos, Yuliia Orlova, Purva Kulkarni, K. Joeri van der Velde, Morris A. Swertz, Martin Brandt, Alain J. van Gool, Peter A. C. ’t HoenPublished in Journal of Biomedical Semantics by Springer Science and Business Media LLC in 202410.1186/s13326-024-00321-2
- 15.Author(s): Benedetta Gottardelli, Varsha Gouthamchand, Carlotta Masciocchi, Luca Boldrini, Antonella Martino, Ciro Mazzarella, Mariangela Massaccesi, René Monshouwer, Jeroen Findhammer, Leonard Wee, Andre Dekker, Maria Antonietta Gambacorta, Andrea DamianiPublished in Scientific Reports by Springer Science and Business Media LLC in 202410.1038/s41598-024-58241-1
- 16.Author(s): Sascha Welten, Marius de Arruda Botelho Herr, Lars Hempel, David Hieber, Peter Placzek, Michael Graf, Sven Weber, Laurenz Neumann, Maximilian Jugl, Liam Tirpitz, Karl Kindermann, Sandra Geisler, Luiz Olavo Bonino da Silva Santos, Stefan Decker, Nico Pfeifer, Oliver Kohlbacher, Toralf KirstenPublished in Scientific Data by Springer Science and Business Media LLC in 202410.1038/s41597-024-03450-6
- 17.Author(s): Walter Riviera, Ilaria Boscolo Galazzo, Gloria MenegazPublished in IEEE Access by Institute of Electrical and Electronics Engineers (IEEE) in 2023, page: 96865-9687810.1109/access.2023.3312579
- 18.Author(s): Heri HeriyantoPublished in Jurnal Ners by Universitas Pahlawan Tuanku Tambusai in 2023, page: 1247-125910.31004/jn.v7i2.16760
- 19.Author(s): Daniel Maier, Jörg Janne Vehreschild, Barbara Uhl, Sandra Meyer, Karin Berger-Thürmel, Melanie Boerries, Rickmer Braren, Viktor Grünwald, Boris Hadaschik, Stefan Palm, Susanne Singer, Martin Stuschke, David Juárez, Pierre Delpy, Mohamed Lambarki, Michael Hummel, Cäcilia Engels, Stefanie Andreas, Nicola Gökbuget, Kristina Ihrig, Susen Burock, Dietmar Keune, Angelika Eggert, Ulrich Keilholz, Hagen Schulz, Daniel Büttner, Steffen Löck, Mechthild Krause, Mirko Esins, Frank Ressing, Martin Schuler, Christian Brandts, Daniel P. Brucker, Gabriele Husmann, Thomas Oellerich, Patrick Metzger, Frederik Voigt, Anna L. Illert, Matthias Theobald, Thomas Kindler, Ursula Sudhof, Achim Reckmann, Felix Schwinghammer, Daniel Nasseh, Wilko Weichert, Michael von Bergwelt-Baildon, Michael Bitzer, Nisar Malek, Öznur Öner, Klaus Schulze-Osthoff, Stefan Bartels, Jörg Haier, Raimund Ammann, Anja Franziska Schmidt, Bernd Guenther, Melanie Janning, Bernd Kasper, Sonja Loges, Stephan Stilgenbauer, Peter Kuhn, Eugen Tausch, Silvana Runow, Alexander Kerscher, Michael Neumann, Martin Breu, Martin Lablans, Hubert ServePublished in European Journal of Epidemiology by Springer Science and Business Media LLC in 2023, page: 573-58610.1007/s10654-023-00990-w
- 20.Author(s): Muhammad Azhar Irwansyah, Supriyandi, Tera Lesma, Muhammad Umer Farooq Mujahid, Adi Nugroho Susanto PutroPublished in West Science Interdisciplinary Studies by PT. Sanskara Karya Internasional in 2023, page: 397-40710.58812/wsis.v1i07.129
- 21.Author(s): Marjan Meurisse, Francisco Estupiñán-Romero, Javier González-Galindo, Natalia Martínez-Lizaga, Santiago Royo-Sierra, Simon Saldner, Lorenz Dolanski-Aghamanoukjan, Alexander Degelsegger-Marquez, Stian Soiland-Reyes, Nina Van Goethem, Enrique Bernal-Delgado, for the BeYond-COVID projectPublished in BMC Medical Research Methodology by Springer Science and Business Media LLC in 202310.1186/s12874-023-02068-3
- 22.Author(s): Hans H.B. Wenzel, Anna N. Hardie, Arturo Moncada-Torres, Claus K. Høgdall, Ruud L.M. Bekkers, Henrik Falconer, Pernille T. Jensen, Hans W. Nijman, Maaike A. van der Aa, Frank Martin, Anna J. van Gestel, Valery E.P.P. Lemmens, Pernilla Dahm-Kähler, Emilia Alfonzo, Jan Persson, Linnea Ekdahl, Sahar Salehi, Ligita P. Frøding, Algirdas Markauskas, Katrine Fuglsang, Tine H. SchnackPublished in European Journal of Cancer by Elsevier BV in 2023, page: 61-6810.1016/j.ejca.2023.02.021
- 23.Author(s): Anand Gavai, Yamine Bouzembrak, Wenjuan Mu, Frank Martin, Rajaram Kaliyaperumal, Johan van Soest, Ananya Choudhury, Jaap Heringa, Andre Dekker, Hans J. P. MarvinPublished in npj Science of Food by Springer Science and Business Media LLC in 202310.1038/s41538-023-00220-3
- 24.Author(s): Christine Bennink, Marleen de Mul, Marjolein van der Klift, Annemiek Broijl, Lidwine Tick, Eva de Jongh, Mirjam Garvelink, Dorien Lobbezoo, Pieter Sonneveld, Jan HazelzetPublished in The Patient - Patient-Centered Outcomes Research by Springer Science and Business Media LLC in 2023, page: 255-26410.1007/s40271-023-00616-z
- 25.Author(s): Laura Botta, Tomohiro Matsuda, Hadrien Charvat, Chun-ju Chiang, Wen-Chung Lee, Anna Jacoba van Gestel, Frank Martin, Gijs Geleijnse, Matteo Cellamare, Simone Bonfarnuzzo, Rafael Marcos-Gragera, Marcela Guevara, Mohsen Mousavi, Stephanie Craig, Jessica Rodrigues, Jordi Rubió-Casadevall, Lisa Licitra, Stefano Cavalieri, Carlo Resteghini, Gemma Gatta, Annalisa Trama, the RARECAREnet working groupPublished in Frontiers in Oncology by Frontiers Media SA in 202310.3389/fonc.2023.1219111
- 26.Author(s): Joshua J. Bon, Adam Bretherton, Katie Buchhorn, Susanna Cramb, Christopher Drovandi, Conor Hassan, Adrianne L. Jenner, Helen J. Mayfield, James M. McGree, Kerrie Mengersen, Aiden Price, Robert Salomone, Edgar Santos-Fernandez, Julie Vercelloni, Xiaoyu WangPublished in Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences by The Royal Society in 202310.1098/rsta.2022.0156
- 27.Author(s): Dave T. Hamersma, Kay Schreuder, Gijs Geleijnse, Erik Heeg, Matteo Cellamare, Marc B. I. Lobbes, Marc A. M. Mureau, Linetta B. Koppert, Helle Skjerven, Jan F. Nygård, Catharina G. M. Groothuis-Oudshoorn, Sabine SieslingPublished in Breast Cancer Research and Treatment by Springer Science and Business Media LLC in 2023, page: 247-25610.1007/s10549-023-06986-0
- 28.Author(s): Wentao Li, Miran Kim, Kai Zhang, Han Chen, Xiaoqian Jiang, Arif HarmanciPublished in Genome Biology by Springer Science and Business Media LLC in 202310.1186/s13059-023-03039-z
- 29.Author(s): Siri Larønningen, Jan F. NygårdPublished in Norsk Epidemiologi by Norwegian University of Science and Technology (NTNU) Library in 202210.5324/nje.v30i1-2.4990
- 30.Author(s): Matteo Cellamare, Anna J. van Gestel, Hasan Alradhi, Frank Martin, Arturo Moncada-TorresPublished in Algorithms by MDPI AG in 2022, page: 24310.3390/a15070243
- 31.Author(s): Matthew Field, David I. Thwaites, Martin Carolan, Geoff P. Delaney, Joerg Lehmann, Jonathan Sykes, Shalini Vinod, Lois HollowayPublished in Journal of Biomedical Informatics by Elsevier BV in 2022, page: 10418110.1016/j.jbi.2022.104181
- 32.Author(s): Peng Zhang, Maged N. Kamel BoulosPublished in International Journal of Environmental Research and Public Health by MDPI AG in 2022, page: 1187610.3390/ijerph191911876
- 33.Author(s): Sascha Welten, Lars Hempel, Masoud Abedi, Yongli Mou, Mehrshad Jaberansary, Laurenz Neumann, Sven Weber, Kais Tahar, Yeliz Ucer Yediel, Matthias Löbe, Stefan Decker, Oya Beyan, Toralf KirstenPublished in Applied Sciences by MDPI AG in 2022, page: 433610.3390/app12094336
- 34.Author(s): Bart Scheenstra, Anke Bruninx, Florian van Daalen, Nina Stahl, Elizabeth Latuapon, Maike Imkamp, Lianne Ippel, Sulaika Duijsings-Mahangi, Djura Smits, David Townend, Inigo Bermejo, Andre Dekker, Laura Hochstenbach, Marieke Spreeuwenberg, Jos Maessen, Arnoud van 't Hof, Bas KietselaerPublished in JMIR Cardio by JMIR Publications Inc. in 2022, page: e3743710.2196/37437
- 35.Author(s): Luiz Olavo Bonino da Silva Santos, Luís Ferreira Pires, Virginia Graciano Martinez, João Luiz Rebelo Moreira, Renata Silva Souza GuizzardiPublished in SN Computer Science by Springer Science and Business Media LLC in 202210.1007/s42979-022-01422-4
- 36.Author(s): Harry Hallock, Serena Elizabeth Marshall, Peter A. C. 't Hoen, Jan F. Nygård, Bert Hoorne, Cameron Fox, Sharmini AlagaratnamPublished in Frontiers in Public Health by Frontiers Media SA in 202110.3389/fpubh.2021.712569
- 37.Author(s): David Froelicher, Juan R. Troncoso-Pastoriza, Jean Louis Raisaro, Michel A. Cuendet, Joao Sa Sousa, Hyunghoon Cho, Bonnie Berger, Jacques Fellay, Jean-Pierre HubauxPublished in Nature Communications by Springer Science and Business Media LLC in 202110.1038/s41467-021-25972-y
- 38.Author(s): Ananya Choudhury, Stelios Theophanous, Per-Ivar Lønne, Robert Samuel, Marianne Grønlie Guren, Maaike Berbee, Peter Brown, John Lilley, Johan van Soest, Andre Dekker, Alexandra Gilbert, Eirik Malinen, Leonard Wee, Ane L. AppeltPublished in Radiotherapy and Oncology by Elsevier BV in 2021, page: 183-18910.1016/j.radonc.2021.03.013
- 39.Author(s): Gijs Geleijnse, RuRu Chun-Ju Chiang, Melle Sieswerda, Melinda Schuurman, K. C. Lee, Johan van Soest, Andre Dekker, Wen-Chung Lee, Xander A. A. M. VerbeekPublished in Scientific Reports by Springer Science and Business Media LLC in 202010.1038/s41598-020-77476-2
- 1.Author(s): Daniel Kapitan, Femke Heddema, André Dekker, Melle Sieswerda, Bart-Jan Verhoeff, Matt BergPublished by JMIR Publications Inc. in 202410.2196/preprints.66616
- 2.Author(s): Stelios Theophanous, Per-Ivar Lønne, Ananya Choudhury, Maaike Berbee, Charlotte Deijen, Andre Dekker, Matthew Field, Maria Antonietta Gambacorta, Alexandra Gilbert, Marianne Grønlie Guren, Rashmi Jadon, Rohit Kochhar, Daniel Martin, Ahmed Allam Mohamed, Rebecca Muirhead, Oriol Parés, Łukasz Raszewski, Rajarshi Roy, Andrew Scarsbrook, David Sebag-Montefiore, Emiliano Spezi, Vassilios Vassiliou, Eirik Malinen, Leonard Wee, Ane Appelt, AtomCat ConsortiumPublished by Elsevier BV in 202410.2139/ssrn.4764844
- 3.Author(s): Benedetta Gottardelli, Roberto Gatta, Leonardo Nucciarelli, Andrada Mihaela Tudor, Erica Tavazzi, Stefania Orini, Mauro Vallati, Nicoletta Di Giorgi, Andrea DamianiPublished by Research Square Platform LLC in 202310.21203/rs.3.rs-3816282/v1
- 4.Author(s): Walter Riviera, Ilaria Boscolo Galazzo, Gloria MenegazPublished by Institute of Electrical and Electronics Engineers (IEEE) in 202310.36227/techrxiv.21263013
- 5.Author(s): Walter Riviera, Ilaria Boscolo Galazzo, Gloria MenegazPublished by Institute of Electrical and Electronics Engineers (IEEE) in 202310.36227/techrxiv.21263013.v3
- 6.Author(s): Swier Garst, Julian Dekker, Marcel ReindersPublished by Research Square Platform LLC in 202310.21203/rs.3.rs-3223559/v1
- 7.Author(s): Anand Gavai, Yamine Bouzembrak, Wenjuan Mu, Frank Martin, Rajaram Kaliyaperumal, Johan van Soest, Ananya Choudhury, Jaap Heringa, Andre Dekker, Hans MarvinPublished by Springer Science and Business Media LLC in 202210.21203/rs.3.rs-2350301/v1
- 8.Author(s): Walter Riviera, Gloria Menegaz, Ilaria Boscolo GalazzoPublished by Institute of Electrical and Electronics Engineers (IEEE) in 202210.36227/techrxiv.21263013.v2
- 9.Author(s): Walter Riviera, Gloria Menegaz, Ilaria Boscolo GalazzoPublished by Institute of Electrical and Electronics Engineers (IEEE) in 202210.36227/techrxiv.21263013.v1
- 10.Author(s): Florian van Daalen, Lianne Ippel, Andre Dekker, Inigo BermejoPublished by arXiv in 202210.48550/arxiv.2210.17228
- 11.Author(s): David Froelicher, Juan R. Troncoso-Pastoriza, Jean Louis Raisaro, Michel A. Cuendet, Joao Sa Sousa, Hyunghoon Cho, Bonnie Berger, Jacques Fellay, Jean-Pierre HubauxPublished by Cold Spring Harbor Laboratory in 202110.1101/2021.02.24.432489
- 12.Author(s): Eike Petersen, Yannik Potdevin, Esfandiar Mohammadi, Stephan Zidowitz, Sabrina Breyer, Dirk Nowotka, Sandra Henn, Ludwig Pechmann, Martin Leucker, Philipp Rostalski, Christian HerzogPublished in 2021
Contributors
Contact person
Related projects
AdVantage
Improving the vantage6 federated learning ecosystem
CARRIER
Coronary artery disease: risk estimations and interventions for prevention and Early detection