Giter VIP home page Giter VIP logo

twelm's Introduction

TWELM

Simple python implementation of Weighted Tanimoto Extreme Learning Machines

What is TWELM?

Proposed model is a binary classifier belonging to the family of Randomized Neural Networks. From technical perspective it is a 1-hidden layer neural network, which uses a generalized Jaccard coefficient as an activation function

f(x,w) = \frac{\langle x, w \rangle}{|x|_1 + |w|_1 - \langle x, w \rangle}

where only output weights are trained using L2 regularized least squares method. This can be seen as a variation of an old idea of RBF networks, RVFL model or ELM approach. Whatever you call it, it is a suprisingly simple and fast classifier which achieves a very good results in a particular types of problems.

When to use TWELM?

TWELM is quite specific model, so make sure that it is well suited for your problem, by answering following questions:

  • Is your data represented as sparse, binary vectors?
  • It your problem a binary classification?
  • Do you care about balanced accuracy (or GMean)?
  • Do you need a fast, low-parametric model (possible at the cost of accuracy)?

If you answered yes for all the above - TWELM is for you, have fun!

Citing

@article{czarnecki2015weighted,
    title={Weighted Tanimoto Extreme Learning Machine with Case Study in Drug Discovery},
    author={Czarnecki, Wojciech Marian},
    journal={Computational Intelligence Magazine, IEEE},
    volume={10},
    number={3},
    pages={19--29},
    year={2015},
    publisher={IEEE}
}

twelm's People

Contributors

lejlot avatar

Watchers

 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.