person-re-ranking/caffe/docs/tutorial/layers/bnll.md

823 B

title
BNLL Layer

BNLL Layer

The BNLL (binomial normal log likelihood) layer computes the output as log(1 + exp(x)) for each input element x.

Parameters

No parameters.

Sample

  layer {
    name: "layer"
    bottom: "in"
    top: "out"
    type: BNLL
  }