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

Implement mapData adversary #749

Open
ngoodman opened this issue Jan 6, 2017 · 0 comments
Open

Implement mapData adversary #749

ngoodman opened this issue Jan 6, 2017 · 0 comments
Labels

Comments

@ngoodman
Copy link
Contributor

ngoodman commented Jan 6, 2017

GANs are interesting, and viewed as a learning algorithm, they are applicable to some webppl programs with model params. As a first step, just playing around with the adversarial classifier could be neat.

For the cases where the target function contains only observes (as in dream learning), we can define an adversarial classifier that tries to tell apart model forward samples from data samples. (The objective is the usual classifier cross entropy.) The average of the objective for this classifier gives us a different (from elbo) measure of how well our model is capturing the data distribution.

Note: GANs don't usually have anything to do with guide / recognition models, but i wonder if the adversary and the guide could be combined in some interesting ways?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant