public class MultiLayerTest
extends java.lang.Object
Constructor and Description |
---|
MultiLayerTest() |
Modifier and Type | Method and Description |
---|---|
static float[] |
asFloat(org.nd4j.linalg.api.ndarray.INDArray arr) |
MultiLayerNetwork |
getRBMModel(boolean preTrain,
int nIn,
int nOut) |
void |
testApplyingPreTrainConfigAndParams() |
void |
testBackProp() |
void |
testBackpropGradient() |
void |
testBatchNorm() |
void |
testBiasL1L2() |
void |
testCid() |
void |
testCnnInvalidData() |
void |
testDataSetScore() |
void |
testDataSetScoreCNN() |
void |
testDbn() |
void |
testFeedForwardToLayer() |
void |
testGradientUpdate() |
void |
testGradientWithAsList() |
void |
testIterationCountAndPersistence() |
void |
testLayerNames() |
void |
testLayerPreTrainSetFalseAfterPreTrain() |
void |
testOutput() |
void |
testPredict() |
void |
testScoreExamples() |
void |
testSelectedActivations()
This test intended only to test activateSelectedLayers method, it does not involves fully-working AutoEncoder.
|
void |
testSetParams() |
void |
testSummary() |
void |
testTranspose() |
public void testSetParams()
public void testBatchNorm()
public void testBackProp()
public void testDbn() throws java.lang.Exception
java.lang.Exception
public void testGradientWithAsList()
public void testSelectedActivations()
public static float[] asFloat(org.nd4j.linalg.api.ndarray.INDArray arr)
public void testFeedForwardToLayer()
public void testBackpropGradient()
public void testLayerNames()
public void testTranspose()
public void testScoreExamples()
public void testDataSetScore()
public void testDataSetScoreCNN()
public void testPredict() throws java.lang.Exception
java.lang.Exception
public void testCid() throws java.lang.Exception
java.lang.Exception
public void testOutput() throws java.lang.Exception
java.lang.Exception
public void testGradientUpdate() throws java.lang.Exception
java.lang.Exception
public void testCnnInvalidData()
public void testApplyingPreTrainConfigAndParams()
public void testLayerPreTrainSetFalseAfterPreTrain()
public MultiLayerNetwork getRBMModel(boolean preTrain, int nIn, int nOut)
public void testIterationCountAndPersistence() throws java.io.IOException
java.io.IOException
public void testBiasL1L2()
public void testSummary()