Git Product home page Git Product logo

adversarial_oversampling's Introduction

2019 International Joint Conference on Neural Networks (IJCNN) https://ieeexplore.ieee.org/document/8852242/

Heartbeat Anomaly Detection using Adversarial Oversampling

Many techniques try to increase the amount of minority class samples. The simplest way is to repeat samples randomly. Other techniques try to use some criterion to select the samples, such as a level of difficulty that they have according to the classification model. Some more elaborate techniques to generate extra samples trying to follow the original distribution of the data, however, much class noise is inserted in the dataset since samples may follow an incorrect assumption of that distribution. To solve this problem, we propose a generative adversarial model architecture using InfoGAN to try to learn the data distributions and generate synthetic samples of ECG beats. The idea is to balance the dataset with sintentic data generated by an InfoGAN. We call this method of Adversarial Oversampling.

We should thank to @eriklindernoren for by your repository of GANs implementations using Keras

Dataset

We are using samples from MIT-BIH Arrhythmia Database

Files

  • model.py- CNN classification model and oversampling evaluation.
  • gan_model.py- Training of GAN (InfoGAN) and generation of synthetic samples.

adversarial_oversampling's People

Contributors

jeffersonlplima avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

adversarial_oversampling's Issues

where are npy files ?

Dear developer,

In gan_model.py, following two files are necessary.
X_train = np.load('new_minority_types_croppedX2.npy')
y_train = np.load('new_minority_types_croppedy2.npy')
Where I can get two .npy files ?

Regards,

Oka

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.