English

APTx Neuron: A Unified Trainable Neuron Architecture Integrating Activation and Computation

Neural and Evolutionary Computing 2025-12-29 v6 Artificial Intelligence Computer Vision and Pattern Recognition Machine Learning

Abstract

We propose the APTx Neuron, a novel, unified neural computation unit that integrates non-linear activation and linear transformation into a single trainable expression. The APTx Neuron is derived from the APTx activation function, thereby eliminating the need for separate activation layers and making the architecture both optimization-efficient and elegant. The proposed neuron follows the functional form y=i=1n((αi+tanh(βixi))γixi)+δy = \sum_{i=1}^{n} ((\alpha_i + \tanh(\beta_i x_i)) \cdot \gamma_i x_i) + \delta, where all parameters αi\alpha_i, βi\beta_i, γi\gamma_i, and δ\delta are trainable. We validate our APTx Neuron-based architecture on the MNIST dataset, achieving up to 96.69%96.69\% test accuracy within 11 epochs using approximately 332K trainable parameters. The results highlight the superior expressiveness and training efficiency of the APTx Neuron compared to traditional neurons, pointing toward a new paradigm in unified neuron design and the architectures built upon it. Source code is available at https://github.com/mr-ravin/aptx_neuron.

Keywords

Cite

@article{arxiv.2507.14270,
  title  = {APTx Neuron: A Unified Trainable Neuron Architecture Integrating Activation and Computation},
  author = {Ravin Kumar},
  journal= {arXiv preprint arXiv:2507.14270},
  year   = {2025}
}

Comments

12 pages, 2 figures, 1 table. Includes a GitHub repository for MNIST experiments and a PyPI package for APTx Neuron implementation

R2 v1 2026-07-01T04:08:34.860Z