A Perceptron-based Fine Approximation Technique for Linear Separation
\'Akos Hajnal

TL;DR
This paper introduces a perceptron-based approximation technique for efficiently finding separating hyperplanes in binary classification, especially suited for large or imbalanced datasets, by reducing the problem to a one-class classification.
Contribution
It proposes a novel online learning method that tunes neuron weights minimally during hyperplane search, eliminating the need for data labels and bias terms through data transformation.
Findings
Proven convergence of the method.
More efficient than traditional perceptron on large datasets.
Effective for high-dimensional, imbalanced data.
Abstract
This paper presents a novel online learning method that aims at finding a separator hyperplane between data points labelled as either positive or negative. Since weights and biases of artificial neurons can directly be related to hyperplanes in high-dimensional spaces, the technique is applicable to train perceptron-based binary classifiers in machine learning. In case of large or imbalanced data sets, use of analytical or gradient-based solutions can become prohibitive and impractical, where heuristics and approximation techniques are still applicable. The proposed method is based on the Perceptron algorithm, however, it tunes neuron weights in just the necessary extent during searching the separator hyperplane. Due to an appropriate transformation of the initial data set we need not to consider data labels, neither the bias term. respectively, reducing separability to a one-class…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Face and Expression Recognition · Machine Learning and ELM
