|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwater.Iced
hex.Layer
hex.Layer.Tanh
hex.Layer.TanhPrime
public static class Layer.TanhPrime
Apply tanh to the weights' transpose. Used for auto-encoders.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hex.Layer |
|---|
Layer.Input, Layer.Linear, Layer.Maxout, Layer.Output, Layer.Rectifier, Layer.RectifierDropout, Layer.RectifierPrime, Layer.Softmax, Layer.Tanh, Layer.TanhDropout, Layer.TanhPrime, Layer.VecLinear, Layer.VecsInput, Layer.VecSoftmax |
| Field Summary |
|---|
| Fields inherited from class hex.Layer |
|---|
DOC_FIELDS, dropout, l2, rate, rate_annealing, units |
| Constructor Summary | |
|---|---|
Layer.TanhPrime(int units)
|
|
| Method Summary | |
|---|---|
void |
init(Layer[] ls,
int index,
boolean weights,
long step)
|
| Methods inherited from class hex.Layer |
|---|
anneal, clone, init, momentum, rate, shareWeights, shareWeights, writeJSON |
| Methods inherited from class water.Iced |
|---|
frozenType, init, newInstance, read, toDocField, write, writeJSONFields |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Layer.TanhPrime(int units)
| Method Detail |
|---|
public void init(Layer[] ls,
int index,
boolean weights,
long step)
init in class Layer.Tanh
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||