Skip to content

pfnet-research/robust_estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is research product by Shunsuke Nakamura as an intern at Preferred Networks. Training the good model by biased or noisy dataset is difficult. The goal of this research is developing the robust estimation algorithm for such not clean dataset.

There are 3 method.

Dependency

chainer chainer_chemistry

Installation

$ pip install chainer
$ pip install chainer_chemistry

Usage

python train_imbalanced_mnist.py

option

--eval-mode

Evaluation mode,

  • 0: only binary_accuracy is calculated.
  • 1: binary_accuracy and ROC-AUC score is calculated

--updater-type

  • standard: standard updater
  • LRE: Learning to Reweight Examples for Robust Deep Learning
  • proposed: proposed method

About

repository for robust estimation research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages