From a3c6cef9b2b33cc3d3ae5eab237cf3203e6811df Mon Sep 17 00:00:00 2001 From: Maxime DE BOIS Date: Thu, 17 Oct 2019 18:01:25 +0200 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac32df6 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Multi-Source Adversarial Transfer Learning in Glucose Prediction for Type-2 Diabetic Patients + +This repository contains the source code of the "Multi-Source Adversarial Transfer Learning in Glucose Prediction for Type-2 Diabetic Patients", by M. DE BOIS et al., submitted to the ICASSP 2020 conference. + +In particular, the PyTorch implementation of the DAFCN architecture and the source-model weights can be found in: +* FCDAN: models/DAFCN.py +* weights: models/weights/IDIAB_2_IDIAB/lambda0 for non-adversarial weights and models/weights/IDIAB_2_IDIAB/lambda017 for adversarial weights