From cd5da079ddc667f10d4d6006f85f3b424a449fa8 Mon Sep 17 00:00:00 2001 From: Jan Blunk Date: Wed, 30 Aug 2023 12:01:50 +0200 Subject: [PATCH] gcpr -> dagm gcpr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99c8391..2b72b1b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Overview -This repository provides code to use the method presented in our GCPR 2023 paper **"Beyond Debiasing: Actively Steering Feature Selection via Loss Regularization"**. If you want to get started, take a look at our [example network](regression_network.py) and the corresponding [jupyter notebook](feature_steering_example.ipynb). +This repository provides code to use the method presented in our DAGM GCPR 2023 paper **"Beyond Debiasing: Actively Steering Feature Selection via Loss Regularization"**. If you want to get started, take a look at our [example network](regression_network.py) and the corresponding [jupyter notebook](feature_steering_example.ipynb). If you are only interested in the implementation of the feature steering part of the loss, you can find it in `feat_steering_loss(...)` of [regression_network.py](regression_network.py).