Efficient Vectorized Backpropagation Algorithms for Training Feedforward Networks Composed of Quadratic Neurons
Mathew Mithra Noel, Venkataraman Muthiah-Nakarajan, Yug D Oswal

TL;DR
This paper introduces efficient vectorized backpropagation algorithms for training feedforward neural networks with quadratic neurons, demonstrating improved accuracy and fewer neurons needed for complex classification tasks.
Contribution
It presents a novel vectorized backpropagation method for quadratic neurons and a reduced parameter model balancing learning capacity and computational cost.
Findings
Quadratic neurons can learn complex decision boundaries.
Networks with quadratic neurons outperform traditional ones on benchmark datasets.
A single layer of quadratic neurons can separate datasets with multiple clusters.
Abstract
Higher order artificial neurons whose outputs are computed by applying an activation function to a higher order multinomial function of the inputs have been considered in the past, but did not gain acceptance due to the extra parameters and computational cost. However, higher order neurons have significantly greater learning capabilities since the decision boundaries of higher order neurons can be complex surfaces instead of just hyperplanes. The boundary of a single quadratic neuron can be a general hyper-quadric surface allowing it to learn many nonlinearly separable datasets. Since quadratic forms can be represented by symmetric matrices, only additional parameters are needed instead of . A quadratic Logistic regression model is first presented. Solutions to the XOR problem with a single quadratic neuron are considered. The complete vectorized equations for…
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 · Computer Science and Engineering · Machine Learning and ELM
MethodsLogistic Regression
