NEAILGSep 17, 2024

PReLU: Yet Another Single-Layer Solution to the XOR Problem

arXiv:2409.10821v16 citationsh-index: 1Has Code
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for neural network researchers, as it highlights a previously overlooked capability of PReLU in a classic problem.

The paper tackles the XOR problem by showing that a single-layer neural network with PReLU activation can solve it, achieving a 100% success rate with only three learnable parameters and a wider range of learning rates.

This paper demonstrates that a single-layer neural network using Parametric Rectified Linear Unit (PReLU) activation can solve the XOR problem, a simple fact that has been overlooked so far. We compare this solution to the multi-layer perceptron (MLP) and the Growing Cosine Unit (GCU) activation function and explain why PReLU enables this capability. Our results show that the single-layer PReLU network can achieve 100\% success rate in a wider range of learning rates while using only three learnable parameters.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes