Giter Site home page Giter Site logo

shr100 / noise-eliminator-for-active-learning Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 784 KB

An Interactive Machine Learning based algorithm that helps produce automated systems that provide highly accurate predictions, with a low number of training instances.

Python 50.83% Jupyter Notebook 49.17%

noise-eliminator-for-active-learning's Introduction

Noise Eliminator for Active Learning (NEAL)

An Interactive Machine Learning based algorithm that helps produce automated systems that provide highly accurate predictions, with a low number of training instances .

USE: Can be used to improve predictions of any automated system and needs only a small subset of labelled data to produce stellar results.

EXAMPLE: Let's take the case of a ML system that analyzes CT scans to identify if a patient has lung cancer or not. It has a small pool of labeled data and a large pool of unlabeled data. The system finds patterns in the unlabeled data, assigns it a label and adds it to the training pool. If it encounters a data point whose label it's unsure of, it queries an oracle (a human or an expert system), in this case a doctor, to find the label for the data point. This is termed Active Learning.

Sometimes the human expert might give it the wrong label, which is bad because if a person who does have a malignant tumor is classified as someone having a benign tumor, it has negative effects. NEAL is an algorithm that improves despite the wrong labels provided to it.

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.