paper-with-me

홈 › Papers

Super-klust: Another Way of Piecewise Linear Classification

2021-02-02 · Rahman Salim Zengin, Volkan Sezer

With our previous study, the Super-k algorithm, we have introduced a novel way of piecewise-linear classification. While working on the Super-k algorithm, we have found that there is a similar, and simpler way to explain for obtaining a piecewise-linear classifier based on Voronoi tessellations. Replacing the multidimensional voxelization and expectation-maximization stages of the algorithm with a distance-based clustering algorithm, preferably k-means, works as well as the prior approach. Since we are replacing the voxelization with the clustering, we have found it meaningful to name the modified algorithm, with respect to Super-k, as Supervised k Clusters or in short Super-klust. Similar to the Super-k algorithm, the Super-klust algorithm covers data with a labeled Voronoi tessellation, and uses resulting tessellation for classification. According to the experimental results, the Super-klust algorithm has similar performance characteristics with the Super-k algorithm.

📄 PDF Abstract BibTeX arXiv:2102.01571

Code (1)

ituamg/super-klust 공식 구현

Tasks

ClassificationClusteringGeneral Classification

Similar Papers 제목 키워드 기반

BioKlustering: a web app for semi-supervised learning of maximally imbalanced genomic data

2022-09-23 · Samuel Ozminkowski, Yuke Wu, Hailey Bruzzone, Liule Yang 외

Summary: Accurate phenotype prediction from genomic sequences is a highly coveted task in biological and medical research. While machine-learning holds the key to accurate prediction in a variety of fields, the complexit…

Neural Networks Compensation of Systems with Multi-segment Piecewise Linear Nonlinearities

2021-10-01 · Jun Oh Jang

A neural networks (NN) compensator is designed for systems with multi-segment piecewise-linear nonlinearities. The compensator uses the back stepping technique with NN for inverting the multi-segment piecewise-linear non…

KlusTree: Clustering Answer Trees from Keyword Search on Graphs

2017-05-27 · Mohanty Madhulika, Ramanath Maya

Graph structured data on the web is now massive as well as diverse, ranging from social networks, web graphs to knowledge-bases. Effectively querying this graph structured data is non-trivial and has led to research in a…

ClusteringNatural Language Queries

Piecewise linear regression and classification

2021-03-10 · Alberto Bemporad

This paper proposes a method for solving multivariate regression and classification problems using piecewise linear predictors over a polyhedral partition of the feature space. The resulting algorithm that we call PARC (…

ClassificationGeneral Classificationregression

Piecewise Linear Units Improve Deep Neural Networks

2021-08-02 · Jordan Inturrisi, Sui Yang Khoo, Abbas Kouzani, Riccardo Pagliarella

The activation function is at the heart of a deep neural networks nonlinearity; the choice of the function has great impact on the success of training. Currently, many practitioners prefer the Rectified Linear Unit (ReLU…