kmkolasinski/deep-learning-notes

About oversampling-datasets-example.ipynb

Closed this issue · 3 comments

Hi, I just learned your oversampling example, it's help me a lot. And I want to know where the sampling method come from in your example? Can you give me the specific paper name of the sampling method?
Thanks!

Hello, oversampling and undersampling is a popular approach for tackling the class imbalance problem. For sure you can find a lot of materials in the internet about it, like for example this one: https://www.kaggle.com/residentmario/undersampling-and-oversampling-imbalanced-data

As you suggest, I read some blog about data resampling. But I also want to known the math principles of you example, please give me some more advises ,thanks!