hex
Class Layer.RectifierPrime

java.lang.Object
  extended by water.Iced
      extended by hex.Layer
          extended by hex.Layer.Rectifier
              extended by hex.Layer.RectifierPrime
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
Layer

public static class Layer.RectifierPrime
extends Layer.Rectifier


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.RectifierPrime(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

Layer.RectifierPrime

public Layer.RectifierPrime(int units)
Method Detail

init

public void init(Layer[] ls,
                 int index,
                 boolean weights,
                 long step)
Overrides:
init in class Layer.Rectifier