Squareplus: A Softplus-Like Algebraic Rectifier
2021-12-22Code Available0· sign in to hype
Jonathan T. Barron
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/jonbarron/squareplusOfficialIn papernone★ 7
Abstract
We present squareplus, an activation function that resembles softplus, but which can be computed using only algebraic operations: addition, multiplication, and square-root. Because squareplus is ~6x faster to evaluate than softplus on a CPU and does not require access to transcendental functions, it may have practical value in resource-limited deep learning applications.