Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tusharmakkar08/feature_selection_symbiotic

A new approach for feature selection algorithm
https://github.com/tusharmakkar08/feature_selection_symbiotic

Last synced: 25 days ago
JSON representation

A new approach for feature selection algorithm

Awesome Lists containing this project

README

        

FEATURE SELECTION USING PAIRWISE SYMBIOTIC EVOLUTION
====================================================
In machine learning and statistics, feature selection, also known as variable selection, attribute
selection or variable subset selection, is the process of selecting a subset of relevant features for
use in model construction. The central assumption when using a feature selection technique is
that the data contains many redundant or irrelevant features. Redundant features are those which
provide no more information than the currently selected features, and irrelevant features provide
no useful information in any context. Thus finding a “compact” subset of non-redundant and
relevant features is an important machine learning problem.We are trying to improvise the
Feature Selection Algorithm by giving more relevant results in the copacetic time period using
pairwise symbiotic evolution.