public abstract static class Layer.Softmax extends Layer.Output
Layer.Output.LossLayer.Input, Layer.Linear, Layer.Maxout, Layer.Output, Layer.Rectifier, Layer.RectifierDropout, Layer.RectifierPrime, Layer.Softmax, Layer.Tanh, Layer.TanhPrime, Layer.VecLinear, Layer.VecsInput, Layer.VecSoftmaxDOC_FIELDS, loss_a, _b, _bm, _bp, _e, _input, _previous, _w, _wm, _wp, l1, l2, momentum_ramp, momentum_stable, momentum_start, per_weight, rate, rate_annealing, units| Constructor and Description |
|---|
Layer.Softmax() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bprop() |
protected void |
fprop(boolean training) |
void |
init(Layer[] ls,
int index,
boolean weights,
long step,
java.util.Random rand) |
protected abstract int |
target() |
posbprop, clone, close, init, momentum, rate, shareWeights, shareWeights, writeJSONfrozenType, init, newInstance, read, toDocField, write, writeJSONFieldsprotected abstract int target()
public void init(Layer[] ls, int index, boolean weights, long step, java.util.Random rand)