paper-with-me

Papers

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

2025-07-18 · Ravin Kumar

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 computationally efficient and elegant. The proposed neuron follows the functional form $y = \sum_{i=1}^{n} ((\alpha_i + \tanh(\beta_i x_i)) \cdot \gamma_i x_i) + \delta$, where all parameters $\alpha_i$, $\beta_i$, $\gamma_i$, and $\delta$ are trainable. We validate our APTx Neuron-based architecture on the MNIST dataset, achieving up to 96.69\% test accuracy in just 20 epochs using approximately 332K trainable parameters. The results highlight the superior expressiveness and computational efficiency of the APTx Neuron compared to traditional neurons, pointing toward a new paradigm in unified neuron design and the architectures built upon it.

📄 PDF Abstract BibTeX arXiv:2507.14270

Code (1)

mr-ravin/APTxNeuron 공식 구현

Similar Papers 제목 키워드 기반

An On-Chip Trainable Neuron Circuit for SFQ-Based Spiking Neural Networks

2023-10-11 · Beyza Zeynep Ucpinar, Mustafa Altay Karamuftuoglu, Sasan Razmkhah, Massoud Pedram

We present an on-chip trainable neuron circuit. Our proposed circuit suits bio-inspired spike-based time-dependent data computation for training spiking neural networks (SNN). The thresholds of neurons can be increased o…

Dataset-learning duality and emergent criticality

2024-05-27 · Ekaterina Kukleva, Vitaly Vanchurin

In artificial neural networks, the activation dynamics of non-trainable variables is strongly coupled to the learning dynamics of trainable variables. During the activation pass, the boundary neurons (e.g., input neurons…

Towards a theory of quantum gravity from neural networks

2021-10-28 · Vitaly Vanchurin

Neural network is a dynamical system described by two different types of degrees of freedom: fast-changing non-trainable variables (e.g. state of neurons) and slow-changing trainable variables (e.g. weights and biases). …

Uncovering a Universal Abstract Algorithm for Modular Addition in Neural Networks

2025-05-23 · Gavin McCracken, Gabriela Moisescu-Pareja, Vincent Letourneau, Doina Precup 외

We propose a testable universality hypothesis, asserting that seemingly disparate neural network solutions observed in the simple task of modular addition are unified under a common abstract algorithm. While prior work i…

A New Type of Neurons for Machine Learning

2017-04-26 · Fenglei Fan, Wenxiang Cong, Ge Wang

In machine learning, the use of an artificial neural network is the mainstream approach. Such a network consists of layers of neurons. These neurons are of the same type characterized by the two features: (1) an inner pr…

BIG-bench Machine LearningVocal Bursts Type Prediction