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.TanhDropoutDOC_FIELDS| Constructor and Description |
|---|
Neurons.Softmax(int units) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bprop(int target) |
protected void |
fprop() |
bprop, fpropprotected void fprop()
fprop in class Neurons.Outputprotected void bprop(int target)