Caffe

Deep learning framework by BAIR

Created by
Yangqing Jia
Lead Developer
Evan Shelhamer

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
  }