Skip to content

chingisooinar/SMOTE-Pytorch

Repository files navigation

SMOTE: Synthetic Minority Over-sampling Technique

About

A dataset is imbalanced if the classification labels are not equally represented, hence imbalance on the order of 100 to 1 is a common problem in a large number of a real-world scenario such as fraud detection. There have been a large number of attempts to tackle the issue. However, this problem is still widely discussed and an active area of research. This is a Pytorch Implementation of SMOTE.

Paper

SMOTE: Synthetic Minority Over-sampling Technique: https://arxiv.org/pdf/1106.1813.pdf

Algorithm

SMOTE%20Synthetic%20Minority%20Over-sampling%20Technique%20848dd367f7424383b6c7a1002c513818/Untitled.png

About

Pytorch Implementation of SMOTE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages