CosLU

Cosine Linear Unit

GeneralIntroduced 20001 papers

Description

The Cosine Linear Unit, or CosLU, is a type of activation function that has trainable parameters and uses the cosine function.

CosLU(x)=(x+αcos(βx))σ(x)CosLU(x) = (x + \alpha \cos(\beta x))\sigma(x)

Papers Using This Method