paper-with-me

Papers

Multilevel Weighted Support Vector Machine for Classification on Healthcare Data with Missing Values

2016-04-07 · Talayeh Razzaghi, Oleg Roderick, Ilya Safro, Nicholas Marko

This work is motivated by the needs of predictive analytics on healthcare data as represented by Electronic Medical Records. Such data is invariably problematic: noisy, with missing entries, with imbalance in classes of interests, leading to serious bias in predictive modeling. Since standard data mining methods often produce poor performance measures, we argue for development of specialized techniques of data-preprocessing and classification. In this paper, we propose a new method to simultaneously classify large datasets and reduce the effects of missing values. It is based on a multilevel framework of the cost-sensitive SVM and the expected maximization imputation method for missing values, which relies on iterated regression analyses. We compare classification results of multilevel SVM-based algorithms on public benchmark datasets with imbalanced classes and missing values as well as real data in health applications, and show that our multilevel SVM-based method produces fast, and more accurate and robust classification results.

📄 PDF Abstract BibTeX arXiv:1604.02123

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationImputationMissing ValuesRobust classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Fast Multilevel Support Vector Machines

2014-10-13 · Talayeh Razzaghi, Ilya Safro

Solving different types of optimization models (including parameters fitting) for support vector machines on large-scale training data is often an expensive computational task. This paper proposes a multilevel algorithmi…

imbalanced classification

Engineering fast multilevel support vector machines

2017-07-24 · E. Sadrfaridpour, T. Razzaghi, I. Safro

The computational complexity of solving nonlinear support vector machine (SVM) is prohibitive on large-scale data. In particular, this issue becomes very sensitive when the data represents additional difficulties such as…

Faster Support Vector Machines

2018-08-20 · Sebastian Schlag, Matthias Schmitt, Christian Schulz

The time complexity of support vector machines (SVMs) prohibits training on huge data sets with millions of data points. Recently, multilevel approaches to train SVMs have been developed to allow for time-efficient train…

General Classification

Algebraic multigrid support vector machines

2016-11-16 · Ehsan Sadrfaridpour, Sandeep Jeereddy, Ken Kennedy, Andre Luckow 외

The support vector machine is a flexible optimization-based technique widely used for classification problems. In practice, its training part becomes computationally expensive on large-scale data sets because of such rea…

General Classification

AML-SVM: Adaptive Multilevel Learning with Support Vector Machines

2020-11-05 · Ehsan Sadrfaridpour, Korey Palmer, Ilya Safro

The support vector machines (SVM) is one of the most widely used and practical optimization based classification models in machine learning because of its interpretability and flexibility to produce high quality results.…

ClassificationGeneral Classification