-1

Can someone please give me some suggestions on which feature selection techniques for gene classification should I use?

1 Answers1

1

The major problem to work with gene expression data, with a large number of dimensions and small sample size. Instead of standard feature extraction/selection algorithms, generally, kernel-based feature selection algorithms are applied to gene expression data such as KBMTL(kernelized Bayesian multitask learning), NDR(nonlinear dimensionality reduction) or regularized linear methods such as LASSO and Elastic-net.

You can check these papers to learn more about how to make efficient feature selection on gene expression data.

paper1

paper2

paper3

Batuhan B
  • 1,835
  • 4
  • 29
  • 39