Output Functions

Sparsemax is a type of activation/output function similar to the traditional softmax, but able to output sparse probabilities.

$$ \text{sparsemax}\left(z\right) = \arg_{p∈\Delta^{K−1}}\min||\mathbf{p} - \mathbf{z}||^{2} $$

Source: From Softmax to Sparsemax: A Sparse Model of Attention and Multi-Label Classification

Papers


Paper Code Results Date Stars

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories