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