Git Product home page Git Product logo

adasampling's Introduction

AdaSampling

An R implementation of the AdaSampling algorithm for positive unlabeled and label noise learning

Description

Implements the AdaSampling procedure, a framework for both positive unlabeled learning and learning with class label noise, which wraps around a traditional classifying algorithm. See our publication for details, documentation and examples.

References

  • Yang, P., Ormerod, J., Liu, W., Ma, C., Zomaya, A., Yang, J.(2018) AdaSampling for positive-unlabeled and label noise learning with bioinformatics applications. IEEE Transactions on Cybernetics, accepted. doi:10.1109/TCYB.2018.2816984

  • Yang, P., Liu, W., Yang, J. (2017). Positive unlabeled learning via wrapper-based adaptive sampling. Proceedings of the Twenty-Sixth International Joint Conference on Artificial Intelligence, 3273-3279. [fulltext]

To install this package, use:

devtools::install_github("dinukap/AdaSampling", build_vignettes = TRUE)
library(AdaSampling)

Current version of this package includes two functions:

  • adaSample() applies the AdaSampling procedure to reduce noise in the training set, and subsequently trains a classifier from the new training set.
  • adaBenchmark() which allows the performance of the AdaSampling procedure (with an SVM classifier) to be compared against the performance of the SVM classifier on its own.

In order to see demonstrations of these two functions, see:

browseVignettes("AdaSampling")

Credits

This developmental version of the AdaSampling package is initially created by Kukulege Dinuka Perera.

adasampling's People

Contributors

dinukap avatar pengyiyang avatar

Watchers

 avatar  avatar

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.