|
|
@ -42,8 +42,10 @@ GANS will generate data assuming the original data has all the value space neede
|
|
|
|
|
|
|
|
|
|
|
|
- No new data will be created
|
|
|
|
- No new data will be created
|
|
|
|
|
|
|
|
|
|
|
|
Assuming we have a dataset with an gender attribute with values [M,F]. The synthetic data will not be able to generate genders outside [M,F]
|
|
|
|
Assuming we have a dataset with an gender attribute with values [M,F].
|
|
|
|
|
|
|
|
The synthetic data will not be able to generate genders outside [M,F]
|
|
|
|
- Not advised on continuous values
|
|
|
|
- Not advised on continuous values
|
|
|
|
|
|
|
|
|
|
|
|
GANS work well on discrete values and thus are not advised to be used to synthesize things like measurements (height, blood pressure, ...)
|
|
|
|
GANS work well on discrete values and thus are not advised to be used.
|
|
|
|
|
|
|
|
e.g:measurements (height, blood pressure, ...)
|
|
|
|
|
|
|
|
|
|
|
|