public static class Layer.RectifierPrime extends Layer.Rectifier
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_double_value, missing_int_value, params, units| Constructor and Description |
|---|
Layer.RectifierPrime(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, writeJSONfrozenType, init, newInstance, read, toDocField, write, writeJSONFieldspublic void init(Layer[] ls, int index, boolean weights)
init in class Layer.Rectifierprotected void fprop(long seed,
boolean training)
fprop in class Layer.Rectifierprotected void bprop()
bprop in class Layer.Rectifier