public static class Layer.VecSoftmax extends Layer.Softmax
Layer.Input, Layer.Linear, Layer.Maxout, Layer.Output, Layer.Rectifier, Layer.RectifierDropout, Layer.RectifierPrime, Layer.Softmax, Layer.Tanh, Layer.TanhDropout, Layer.TanhPrime, Layer.VecLinear, Layer.VecsInput, Layer.VecSoftmax| Modifier and Type | Field and Description |
|---|---|
Vec |
vec |
DOC_FIELDS, loss_a, _b, _bm, _e, _previous, _w, _wm, initial_weight_distribution, initial_weight_scale, l1, l2, max_w2, missing_double_value, missing_int_value, momentum_ramp, momentum_stable, momentum_start, rate, rate_annealing, rate_decay, units| Constructor and Description |
|---|
Layer.VecSoftmax(Vec vec,
Layer.VecSoftmax stats,
NeuralNet.Loss l) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected int |
target() |
bprop, fprop, initinit, posclone, init, momentum, rate, shareWeights, shareWeights, transferParams, transferParams, writeJSONfrozenType, init, newInstance, read, toDocField, write, writeJSONFieldspublic Vec vec
public Layer.VecSoftmax(Vec vec, Layer.VecSoftmax stats, NeuralNet.Loss l)
protected int target()
target in class Layer.Softmax