public class LayerBuilderTest
extends java.lang.Object
Constructor and Description |
---|
LayerBuilderTest() |
Modifier and Type | Method and Description |
---|---|
void |
testActivationLayer() |
void |
testAutoEncoder() |
void |
testBatchNormLayer() |
void |
testConvolutionLayer() |
void |
testEmbeddingLayer() |
void |
testFeedForwardLayer() |
void |
testGravesBidirectionalLSTM() |
void |
testGravesLSTM() |
void |
testLayer() |
void |
testOutputLayer() |
void |
testRBM() |
void |
testRnnOutputLayer() |
void |
testSubsamplingLayer() |
public void testLayer() throws java.lang.Exception
java.lang.Exception
public void testFeedForwardLayer() throws java.lang.Exception
java.lang.Exception
public void testConvolutionLayer() throws java.lang.Exception
java.lang.Exception
public void testRBM() throws java.lang.Exception
java.lang.Exception
public void testSubsamplingLayer() throws java.lang.Exception
java.lang.Exception
public void testOutputLayer() throws java.lang.Exception
java.lang.Exception
public void testRnnOutputLayer() throws java.lang.Exception
java.lang.Exception
public void testAutoEncoder() throws java.lang.Exception
java.lang.Exception
public void testGravesLSTM() throws java.lang.Exception
java.lang.Exception
public void testGravesBidirectionalLSTM() throws java.lang.Exception
java.lang.Exception
public void testEmbeddingLayer() throws java.lang.Exception
java.lang.Exception
public void testBatchNormLayer() throws java.lang.Exception
java.lang.Exception
public void testActivationLayer() throws java.lang.Exception
java.lang.Exception