public static class Neurons.Softmax extends Neurons.Output
Neurons.Input, Neurons.Linear, Neurons.Maxout, Neurons.MaxoutDropout, Neurons.Output, Neurons.Rectifier, Neurons.RectifierDropout, Neurons.Softmax, Neurons.Tanh, Neurons.TanhDropout
DOC_FIELDS
Constructor and Description |
---|
Neurons.Softmax(int units) |
Modifier and Type | Method and Description |
---|---|
protected void |
bprop(int target) |
protected void |
fprop() |
bprop, fprop
protected void fprop()
fprop
in class Neurons.Output
protected void bprop(int target)