Skip to content

A simple demo for the paper "Binary Classification from Multiple Unlabeled Datasets via Surrogate Set Classification"

Notifications You must be signed in to change notification settings

leishida/Um-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U^m Classification

A simple demo for the paper "Binary Classification from Multiple Unlabeled Datasets via Surrogate Set Classification"

Requirements

  • Python 3
  • Numpy 1.19.2
  • Keras 2.4.3
  • Tensorflow 2.2.0
  • Matplotlib 3.3.4
  • Seaborn 0.11.1

A Demo for MNIST dataset

You can run an example code of U^m-SSC method on MNIST dataset and spcify the number of U sets.

python experiment.py --dataset mnist --sets 20

The output will be in the folder ./output_SSC/mnist/m, where m is the number of set of this run.

About

A simple demo for the paper "Binary Classification from Multiple Unlabeled Datasets via Surrogate Set Classification"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages