public class MultiLayerUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<org.nd4j.linalg.api.ndarray.INDArray> |
weightMatrices(MultiLayerNetwork network)
Return the weight matrices for a multi layer network
|
public static java.util.List<org.nd4j.linalg.api.ndarray.INDArray> weightMatrices(MultiLayerNetwork network)
network
- the network to get the weights for