Git Product home page Git Product logo

ann-chain-classifiers's Introduction

Multi-Lable classification with Classifier Chain of Artificial Neural Network

Abstract

Multi-label classification is a generalization of a multi-class classification problem where one entity can belong to more than one class from the class set. Recent works have proposed multiple methods of solving this problem that involves both statistical and deep learning methods. While methods exist for using deep learning models for this problem, most of them require the model to have a high dimension output vector and the property of inter-dependency of classes has not been explored. An ensemble of statistical models called the chain classifiers can be used to address these issues. This study explores methods of using neural network classifiers in the classifier chain model and tries to address some problems with such architecture while compare their performance on different types of data using different metrics with each other and with other well performing multi-label classification methods.

Basic ANN based CC Architecture

This model requires feeding the output node of the NN for lable one to the input vector of the NN for the next lable, thus considering the dependency.

Results of Basic ANN Chain (CC-ANN) on Yeast Dataset


Bi-Directional chain classifiers

A simple chain architecture doesn't consider the direction of considering dependency. The lable Kn will have the output from lables K1 to Kn-1 in consideration whereas the first lable K1 will have none. Therefore, bidirectional chains create chains in both the directions and ensemble thier results to get a more accurate prediction.

Transfering weights in a Chain Classifier

Training a neural nets based CC can be taxing. However, using the fact that the middle layer weights in subsequent classifiers of a chain has almost similar weights, we can transfer the weights from the first classifer to the following ones in order to reduce the number of total nodes requiring backpropagation.



ann-chain-classifiers's People

Contributors

saint7579 avatar

Stargazers

 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.