- install Python 3.7
- pip install --user virtualenv
- python -m venv ./venv
- .\venv\Scripts\activate
- pip install -r requirements.txt
Federated Learning client-side process
FL_Base.py
- cmd - .\venv\Scripts\activate
- start command each client
python .\mnist_client.py --number 0
python .\mnist_client.py --number 1
python .\mnist_client.py --number 2
python .\mnist_client.py --number 3
python .\mnist_client.py --number 4
python .\mnist_client.py --number 5
python .\mnist_client.py --number 6
python .\mnist_client.py --number 7
python .\mnist_client.py --number 8
refer to mimic3-benchmarks
https://github.com/YerevaNN/mimic3-benchmarks
replace /mimic3models/in_hospital_mortality/main
refer to "Cardiologist-level arrhythmia detection and classification in ambulatory electrocardiograms using a deep neural network"
https://www.nature.com/articles/s41591-018-0268-3?source=techstories.org