LinComb

Linear Combination of Activations

GeneralIntroduced 20001 papers

Description

The Linear Combination of Activations, or LinComb, is a type of activation function that has trainable parameters and uses the linear combination of other activation functions.

LinComb(x)=i=0nwiFi(x)LinComb(x) = \sum\limits_{i=0}^{n} w_i \mathcal{F}_i(x)

Papers Using This Method