HyperAIHyperAI

Command Palette

Search for a command to run...

Undersampling

Date

2 years ago

UndersamplingIt is a method to alleviate class imbalance by discarding samples, which can be understood as under-sampling the categories with a large number of samples in the training set.

The purpose of undersampling in the data is to solve the problem of uneven categories in the sampling process. In addition to undersampling and oversampling, it is also feasible to combine the two techniques into a hybrid strategy, such as SMOTE and Tomek link, SMOTE and edited nearest neighbor ENN.

Other approaches to learning on imbalanced datasets, such as weighing training instances, introduce different misclassification and bootstrapping costs for positive and negative examples.

Related terms: oversampling, class imbalance

References

【1】https://www.cnblogs.com/Determined22/p/5772538.html

【2】https://en.wikipedia.org/wiki/Oversampling_and_undersampling_in_data_analysis

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Undersampling | Wiki | HyperAI