DeepSMOTE icon indicating copy to clipboard operation
DeepSMOTE copied to clipboard

Pytorch implementation of "DeepSMOTE: Fusing Deep Learning and SMOTE for Imbalanced Data".

Results 3 DeepSMOTE issues
Sort by recently updated
recently updated
newest added

The final generated TXT file, MNIST data set is a picture data set, may I ask how to convert the generated file into a picture?

Hi, In your paper, you mentioned that DeepSMOTE could give around 96% ACSA on MNIST. Could you provide the testing scripts for that? I used your checkpoint for encoder/decoder but...

It seems that your penalty loss is in a batch of images (xclass) and reordering them (x_new). Then xclass is reordered through the latent code of the encoder. The two...