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.Exceptionpublic void testFeedForwardLayer()
throws java.lang.Exception
java.lang.Exceptionpublic void testConvolutionLayer()
throws java.lang.Exception
java.lang.Exceptionpublic void testRBM()
throws java.lang.Exception
java.lang.Exceptionpublic void testSubsamplingLayer()
throws java.lang.Exception
java.lang.Exceptionpublic void testOutputLayer()
throws java.lang.Exception
java.lang.Exceptionpublic void testRnnOutputLayer()
throws java.lang.Exception
java.lang.Exceptionpublic void testAutoEncoder()
throws java.lang.Exception
java.lang.Exceptionpublic void testGravesLSTM()
throws java.lang.Exception
java.lang.Exceptionpublic void testGravesBidirectionalLSTM()
throws java.lang.Exception
java.lang.Exceptionpublic void testEmbeddingLayer()
throws java.lang.Exception
java.lang.Exceptionpublic void testBatchNormLayer()
throws java.lang.Exception
java.lang.Exceptionpublic void testActivationLayer()
throws java.lang.Exception
java.lang.Exception