Back to Caffe

Infogain Loss Layer

docs/tutorial/layers/infogainloss.md

1.01015 B
Original Source

Infogain Loss Layer

A generalization of MultinomialLogisticLossLayer that takes an "information gain" (infogain) matrix specifying the "value" of all label pairs.

Equivalent to the MultinomialLogisticLossLayer if the infogain matrix is the identity.

Parameters

{% highlight Protobuf %} {% include proto/InfogainLossParameter.txt %} {% endhighlight %}