paper-with-me

Papers

Learning Activation Functions to Improve Deep Neural Networks

2014-12-21 · Forest Agostinelli, Matthew Hoffman, Peter Sadowski, Pierre Baldi

Artificial neural networks typically have a fixed, non-linear activation function at each neuron. We have designed a novel form of piecewise linear activation function that is learned independently for each neuron using gradient descent. With this adaptive activation function, we are able to improve upon deep neural network architectures composed of static rectified linear units, achieving state-of-the-art performance on CIFAR-10 (7.51%), CIFAR-100 (30.83%), and a benchmark from high-energy physics involving Higgs boson decay modes.

📄 PDF Abstract BibTeX arXiv:1412.6830

Code (3)

ForestAgostinelli/Learned-Activation-Functions-Source 공식 구현
DivyanshRoy/Learning-Activation-Function-Using-Tensorflow tf
pavaichandru93/Neural-network-for-data-science

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Expanded Gating Ranges Improve Activation Functions

2024-05-25 · Allen Hao Huang

Activation functions are core components of all deep learning architectures. Currently, the most popular activation functions are smooth ReLU variants like GELU and SiLU. These are self-gated activation functions where t…

Frequency and Generalisation of Periodic Activation Functions in Reinforcement Learning

2024-07-09 · Augustine N. Mavor-Parker, Matthew J. Sargent, Caswell Barry, Lewis Griffin 외

Periodic activation functions, often referred to as learned Fourier features have been widely demonstrated to improve sample efficiency and stability in a variety of deep RL algorithms. Potentially incompatible hypothese…

reinforcement-learning

TanhSoft -- a family of activation functions combining Tanh and Softplus

2020-09-08 · Koushik Biswas, Sandeep Kumar, Shilpak Banerjee, Ashish Kumar Pandey

Deep learning at its core, contains functions that are composition of a linear transformation with a non-linear function known as activation function. In past few years, there is an increasing interest in construction of…

General ClassificationImage Classification

Improving Quaternion Neural Networks with Quaternionic Activation Functions

2024-06-24 · Johannes Pöppelbaum, Andreas Schwung

In this paper, we propose novel quaternion activation functions where we modify either the quaternion magnitude or the phase, as an alternative to the commonly used split activation functions. We define criteria that are…

image-classificationImage Classification

Biologically Inspired Oscillating Activation Functions Can Bridge the Performance Gap between Biological and Artificial Neurons

2021-11-07 · Matthew Mithra Noel, Shubham Bharadwaj, Venkataraman Muthiah-Nakarajan, Praneet Dutta 외

The recent discovery of special human neocortical pyramidal neurons that can individually learn the XOR function highlights the significant performance gap between biological and artificial neurons. The output of these p…

Feature Engineering