public static class Neurons.Linear extends Neurons.Output
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 |
|---|
Linear() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fprop(long seed,
boolean training,
int n)
Forward propagation
|
protected void |
setOutputLayerGradient(double target,
int mb,
int n)
Backpropagation for regression
|
bpropautoEncoderGradient, bpropOutputLayer, init, momentum, momentum, rate, toStringprotected void fprop(long seed,
boolean training,
int n)
Neuronsprotected void setOutputLayerGradient(double target,
int mb,
int n)
setOutputLayerGradient in class Neuronstarget - floating-point target value