You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An experimental effort to use reinforcement learning techniques for data anonymity.
3
+
An experimental effort to use reinforcement learning techniques for data anonymization.
4
4
5
5
## Conceptual overview
6
6
7
+
The term data anonymization refers to techiniques that can be applied on a given dataset, D, such that after
8
+
the latter has been submitted to such techniques, it makes it difficult for a third party to identify or infer the existence
9
+
of specific individuals in D. Anonymization techniques, typically result into some sort of distortion
10
+
of the original dataset. This means that in order to maintain some utility of the transformed dataset, the transofrmations
11
+
applied should be constrained in some sense. In the end, it can be argued, that data anonymization is an optimization problem
12
+
meaning striking the right balance between data utility and privacy.
13
+
7
14
Reinforcement learning is a learning framework based on accumulated experience. In this paradigm, an agent is learning by iteracting with an environment
8
-
without (to a large extent) any supervision. The following image schematically describes the reinforcement learning framework
15
+
without (to a large extent) any supervision. The following image describes, schematically, the reinforcement learning framework .
0 commit comments