public static class Layer.VecsInput extends Layer.Input
Layer.Dropout, Layer.Input, Layer.Linear, Layer.Maxout, Layer.MaxoutDropout, 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 |
Vec[] |
vecs |
_len, _pos
Constructor and Description |
---|
Layer.VecsInput(Vec[] vecs,
Layer.VecsInput train) |
Modifier and Type | Method and Description |
---|---|
Layer |
clone() |
protected void |
fprop(long seed,
boolean training) |
void |
Init(Vec[] vecs,
Layer.VecsInput train) |
bprop, init, inputDropout, move
close, init, momentum, rate, shareWeights, shareWeights, writeJSON
frozenType, init, newInstance, read, toDocField, write, writeJSONFields
public static DocGen.FieldDoc[] DOC_FIELDS
public Vec[] vecs
public Layer.VecsInput(Vec[] vecs, Layer.VecsInput train)