Giter Site home page Giter Site logo

liu222 / efs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cau-air-lab/efs

0.0 0.0 0.0 17 KB

[Electronics Letters, 2012]Efficient Multivariate Feature Filter using Conditional Mutual Information

License: GNU General Public License v3.0

MATLAB 100.00%

efs's Introduction

Efficient multivariate feature filter using conditional mutual information

Abstract

This reported work focuses on designing an efficient feature filter from a computational point of view. The proposed multivariate filter method using conditional mutual information selects a feature subset that maximises relevance to target class while minimising redundancy between features in O(N) time.

This program finds a set of features that is largely dependent to target classes in certain time period to successfully applied to streaming data.

This software is a Matlab implementation of the proposed method, highly specialized on problems of categorical data set classification. The original version of this program was written by Jaesung Lee.

[Paper]

Jaesung Lee, and Dae-Won Kim, “Efficient multivariate feature filter using conditional mutual information,” Electronics Letters 48(3), 2012.

License

This program is available for download for non-commercial use, licensed under the GNU General Public License, which is allows its use for research purposes or other free software projects but does not allow its incorporation into any type of commerical software.

Sample Input and Output

It will find the index of input categorical features in orders of conditional dependency, named for user-specified variable. This code can executed under Matlab command window.

[Usage]:

>> idx = p_fs( features, answer, limits );

[Description]

features – a matrix that is composed of features
answer – a vector represents the class of each pattern is assigned to
limits – the number of features to be selected

By convention in the input features matrix, rows represent data (e.g. patterns) and columns represent features.

The number of selected features can be smaller than user-specified input value, i.e., limits, since the dependency of selected features may reach to maximum entropy.

efs's People

Contributors

cau-air-lab 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.