public static class Neurons.Rectifier extends Neurons
Neurons.ExpRectifier, Neurons.ExpRectifierDropout, Neurons.Input, Neurons.Linear, Neurons.Maxout, Neurons.MaxoutDropout, Neurons.Output, Neurons.Rectifier, Neurons.RectifierDropout, Neurons.Softmax, Neurons.Tanh, Neurons.TanhDropout| Constructor and Description |
|---|
Rectifier(int units) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bprop(int n)
Back propagation of error terms stored in _e (for non-final layers)
|
protected void |
fprop(long seed,
boolean training,
int n)
Forward propagation
|
autoEncoderGradient, bpropOutputLayer, init, momentum, momentum, rate, setOutputLayerGradient, toStringprotected void fprop(long seed,
boolean training,
int n)
Neurons