Class OrthogonalDistribution
- java.lang.Object
-
- org.deeplearning4j.nn.conf.distribution.Distribution
-
- org.deeplearning4j.nn.conf.distribution.OrthogonalDistribution
-
- All Implemented Interfaces:
Serializable,Cloneable
public class OrthogonalDistribution extends Distribution
Orthogonal distribution, with gain parameter.
See https://arxiv.org/abs/1312.6120 for details- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrthogonalDistribution(double gain)Create a log-normal distribution with the given mean and std
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.deeplearning4j.nn.conf.distribution.Distribution
clone
-
-