public abstract static class Layer.Output extends Layer
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 |
|---|---|
static DocGen.FieldDoc[] |
DOC_FIELDS |
NeuralNet.Loss |
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.Output() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(Layer[] ls,
int index,
NeuralNet p,
NeuralNet.Loss l) |
protected long |
pos() |
bprop, clone, close, fprop, init, init, momentum, rate, shareWeights, shareWeights, transferParams, transferParams, writeJSONfrozenType, init, newInstance, read, toDocField, write, writeJSONFieldspublic static DocGen.FieldDoc[] DOC_FIELDS
public NeuralNet.Loss loss
public final void init(Layer[] ls, int index, NeuralNet p, NeuralNet.Loss l)
protected final long pos()