| title | Softmax Layer |
|---|
- Layer type:
Softmax - Doxygen Documentation
- Header:
./include/caffe/layers/softmax_layer.hpp - CPU implementation:
./src/caffe/layers/softmax_layer.cpp - CUDA GPU implementation:
./src/caffe/layers/softmax_layer.cu
- Parameters (
SoftmaxParameter softmax_param) - From
./src/caffe/proto/caffe.proto:
{% highlight Protobuf %} {% include proto/SoftmaxParameter.txt %} {% endhighlight %}