Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model-based synthesis #2

Open
simberaj opened this issue Jan 6, 2020 · 0 comments
Open

Model-based synthesis #2

simberaj opened this issue Jan 6, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@simberaj
Copy link
Owner

simberaj commented Jan 6, 2020

Add a model synthesizer consisting of the following components:

  • An order determiner that figures out in what order the columns should be synthesized. Bayesian networks may be of use: https://www.probabilisticworld.com/bayesian-belief-networks-part-1/
  • A generator that samples values of one column from a predetermined distribution.
  • An inferer that learns to estimate values of one column from one or more previously synthesized columns.
  • A noisifier that adds noise to the inferred values according to the error of the inferer to enhance variability and privacy.

The structure should be modular enough to enable using different models and methods for each of these components.

@simberaj simberaj added the enhancement New feature or request label Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant