Deep learning framework by BAIR
Created by
Yangqing Jia
Lead Developer
Evan Shelhamer
BNLL
./include/caffe/layers/bnll_layer.hpp
./src/caffe/layers/bnll_layer.cpp
./src/caffe/layers/bnll_layer.cu
The BNLL
(binomial normal log likelihood) layer computes the output as log(1 + exp(x)) for each input element x.
No parameters.
layer {
name: "layer"
bottom: "in"
top: "out"
type: BNLL
}