[导读]Learning from Imbalanced Classes
Posted 我爱机器学习
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[导读]Learning from Imbalanced Classes相关的知识,希望对你有一定的参考价值。
数据不平衡是一个非常经典的问题,数据挖掘、计算广告、NLP等工作经常遇到。该文总结了可能有效的方法,值得参考:
- Do nothing. Sometimes you get lucky and nothing needs to be done. You can train on the so-called natural (or stratified) distribution and sometimes it works without need for modification.
- Balance the training set in some way:
- Oversample the minority class.
- Undersample the majority class.
- Synthesize new minority classes.
- Throw away minority examples and switch to an anomaly detection framework.
- At the algorithm level, or after it:
- Adjust the class weight (misclassification costs).
- Adjust the decision threshold.
- Modify an existing algorithm to be more sensitive to rare classes.
- Construct an entirely new algorithm to perform well on imbalanced data.
以上是关于[导读]Learning from Imbalanced Classes的主要内容,如果未能解决你的问题,请参考以下文章
论文导读Self-Supervised Learning with Data AugmentationsProvably Isolates Content from Style
《Learning Stereo from Single Images》论文笔记
《Learning optical flow from still images》论文笔记
《Depth from Videos in the Wild:Unsupervised Monocular Depth Learning from Unknown Cameras》论文笔记