public static class Layer.VecSoftmax extends Layer.Softmax
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.VecSoftmax| Modifier and Type | Field and Description |
|---|---|
Vec |
vec |
DOC_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.VecSoftmax(Vec vec,
Layer.VecSoftmax stats) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected int |
target() |
bprop, fprop, initposbprop, clone, init, momentum, rate, shareWeights, shareWeights, writeJSONfrozenType, init, newInstance, read, toDocField, write, writeJSONFieldspublic Vec vec
public Layer.VecSoftmax(Vec vec, Layer.VecSoftmax stats)
protected int target()
target in class Layer.Softmax