paper-with-me

Papers

Probabilistic Feature Selection and Classification Vector Machine

2016-09-18 · Bingbing Jiang, Chang Li, Maarten de Rijke, Xin Yao, Huanhuan Chen

Sparse Bayesian learning is a state-of-the-art supervised learning algorithm that can choose a subset of relevant samples from the input data and make reliable probabilistic predictions. However, in the presence of high-dimensional data with irrelevant features, traditional sparse Bayesian classifiers suffer from performance degradation and low efficiency by failing to eliminate irrelevant features. To tackle this problem, we propose a novel sparse Bayesian embedded feature selection method that adopts truncated Gaussian distributions as both sample and feature priors. The proposed method, called probabilistic feature selection and classification vector machine (PFCVMLP ), is able to simultaneously select relevant features and samples for classification tasks. In order to derive the analytical solutions, Laplace approximation is applied to compute approximate posteriors and marginal likelihoods. Finally, parameters and hyperparameters are optimized by the type-II maximum likelihood method. Experiments on three datasets validate the performance of PFCVMLP along two dimensions: classification performance and effectiveness for feature selection. Finally, we analyze the generalization performance and derive a generalization error bound for PFCVMLP . By tightening the bound, the importance of feature selection is demonstrated.

📄 PDF Abstract BibTeX arXiv:1609.05486

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationfeature selectionGeneral Classification

Similar Papers 제목 키워드 기반

Arabic Language Text Classification Using Dependency Syntax-Based Feature Selection

2014-10-17 · Yannis Haralambous, Yassir Elidrissi, Philippe Lenca

We study the performance of Arabic text classification combining various techniques: (a) tfidf vs. dependency syntax, for feature selection and weighting; (b) class association rules vs. support vector machines, for clas…

Classificationfeature selectionGeneral Classificationtext-classification+1

Cost-sensitive Feature Selection for Support Vector Machines

2024-01-15 · Sandra Benítez-Peña, Rafael Blanquero, Emilio Carrizosa, Pepa Ramírez-Cobo

Feature Selection is a crucial procedure in Data Science tasks such as Classification, since it identifies the relevant variables, making thus the classification procedures more interpretable, cheaper in terms of measure…

Classificationfeature selection

A novel embedded min-max approach for feature selection in nonlinear support vector machine classification

2020-04-21 · Asunción Jiménez-Cordero, Juan Miguel Morales, Salvador Pineda

In recent years, feature selection has become a challenging problem in several machine learning fields, such as classification problems. Support Vector Machine (SVM) is a well-known technique applied in classification ta…

Classificationfeature selectionGeneral Classification

A novel feature selection method based on quantum support vector machine

2023-11-29 · HaiYan Wang

Feature selection is critical in machine learning to reduce dimensionality and improve model accuracy and efficiency. The exponential growth in feature space dimensionality for modern datasets directly results in ambiguo…

feature selectionQuantum Machine Learning

Probabilistic Classification Vector Machine for Multi-Class Classification

2020-06-29 · Shengfei Lyu, Xing Tian, Yang Li, Bingbing Jiang 외

The probabilistic classification vector machine (PCVM) synthesizes the advantages of both the support vector machine and the relevant vector machine, delivering a sparse Bayesian solution to classification problems. Howe…

ClassificationGeneral ClassificationMulti-class Classification