paper-with-me

LinComb

Linear Combination of Activations

2000년 도입 · 논문 1편에서 사용

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) = \sum\limits_{i=0}^{n} w_i \mathcal{F}_i(x)$$

출처: Trainable Activations for Image Classification

소개 논문: Trainable Activations for Image Classification

Activation Functions · General