public static class Layer.TanhPrime extends Layer.Tanh
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
_a, _b, _bm, _e, _previous, _w, _wm, DOC_FIELDS, missing_float_value, missing_int_value, params, units
Constructor and Description |
---|
Layer.TanhPrime(int units) |
Modifier and Type | Method and Description |
---|---|
protected void |
bprop() |
protected void |
fprop(long seed,
boolean training) |
void |
init(Layer[] ls,
int index,
boolean weights) |
clone, close, init, momentum, rate, shareWeights, shareWeights, writeJSON
frozenType, init, newInstance, read, toDocField, write, writeJSONFields
public void init(Layer[] ls, int index, boolean weights)
init
in class Layer.Tanh
protected void fprop(long seed, boolean training)
fprop
in class Layer.Tanh
protected void bprop()
bprop
in class Layer.Tanh