Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 587 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 587 Bytes

Generative Adversarial Positive-Unlabelled Learning

This repository is reproduced code of "Generative Adversarial Positive-Unlabelled Learning"

The paper link is here

Input data is positive (orange color) and unlabeled (blue) data.

image

This algorithm trains the positive generator and the negative generator.

image