public class NeuralNetPlotter extends Object
Constructor and Description |
---|
NeuralNetPlotter() |
Modifier and Type | Method and Description |
---|---|
void |
plotActivations(NeuralNetwork network) |
void |
plotMatrices(String[] titles,
org.jblas.DoubleMatrix[] matrices) |
void |
plotNetworkGradient(NeuralNetwork network,
NeuralNetworkGradient gradient) |
void |
plotWeights(NeuralNetwork network) |
void |
renderFilter(org.jblas.DoubleMatrix w,
int r,
int c,
long length) |
protected String |
writeMatrix(org.jblas.DoubleMatrix matrix) |
public void renderFilter(org.jblas.DoubleMatrix w, int r, int c, long length)
public void plotNetworkGradient(NeuralNetwork network, NeuralNetworkGradient gradient)
public void plotMatrices(String[] titles, org.jblas.DoubleMatrix[] matrices)
protected String writeMatrix(org.jblas.DoubleMatrix matrix) throws IOException
IOException
public void plotWeights(NeuralNetwork network)
public void plotActivations(NeuralNetwork network)
Copyright © 2014. All Rights Reserved.