Output Functions

Softmax

The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$ and a weighting vector $w$ we have:

$$ P(y=j \mid{x}) = \frac{e^{x^{T}w_{j}}}{\sum^{K}_{k=1}e^{x^{T}wk}} $$

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Language Modelling 50 6.73%
Retrieval 38 5.11%
Semantic Segmentation 29 3.90%
Question Answering 26 3.50%
Large Language Model 22 2.96%
Object Detection 18 2.42%
Image Classification 14 1.88%
Benchmarking 13 1.75%
Image Segmentation 12 1.62%

Components


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

Categories