Skip to content

Instantly share code, notes, and snippets.

@peroon
Last active July 13, 2018 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peroon/8f91cff6e8ec8d49a4212ac17514517f to your computer and use it in GitHub Desktop.
Save peroon/8f91cff6e8ec8d49a4212ac17514517f to your computer and use it in GitHub Desktop.
Image Classification Techniques (Writing...)

TODO

  • Mean Teacher (semi supervised)
  • Mixup
    • merge images and labels, then learn
  • Pyramid Net
    • CNN
  • Random Erasing
    • That's it
  • Test time augmentation
    • aug & average

Before Learning

  • Data analysis (graph, stats)
  • NaN to mean
  • Erase unnecessary column
  • Merge similar column
  • Domain knowledge

Data Augmentation

  • Usual method +
  • Random Erasing
  • mixup

Basic

  • Cross Validation
  • Hyper Parameter Random Sampling

Before Learning

  • Crop or scale image

On Learning

  • TODO

On Test

  • Test data augmentation
  • Ensemble

Deep Learning

  • More complicated model + computation power
  • fine-tune

Framework

  • Keras ( or tensorflow )
  • mxnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment