public class Dropout
extends java.lang.Object
Constructor and Description |
---|
Dropout() |
Modifier and Type | Method and Description |
---|---|
byte[] |
bits() |
void |
fillBytes(long seed) |
void |
randomlySparsifyActivation(Neurons.Vector a,
long seed) |
double |
rate() |
java.lang.String |
toString() |
boolean |
unit_active(int o) |
public double rate()
public byte[] bits()
public java.lang.String toString()
toString
in class java.lang.Object
public void randomlySparsifyActivation(Neurons.Vector a, long seed)
public void fillBytes(long seed)
public boolean unit_active(int o)