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