|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object TestCase aima.test.learningtest.neural.LayerTests
public class LayerTests
Constructor Summary | |
---|---|
LayerTests()
|
Method Summary | |
---|---|
void |
testBiasUpdateMatrixesFormedCorrectly()
|
void |
testFeedForward()
|
void |
testSensitivityMatrixCalculationFromErrorVector()
|
void |
testSensitivityMatrixCalculationFromSucceedingLayer()
|
void |
testWeightsAndBiasesUpdatedCorrectly()
|
void |
testWeightUpdateMatrixesFormedCorrectly()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayerTests()
Method Detail |
---|
public void testFeedForward()
public void testSensitivityMatrixCalculationFromErrorVector()
public void testSensitivityMatrixCalculationFromSucceedingLayer()
public void testWeightUpdateMatrixesFormedCorrectly()
public void testBiasUpdateMatrixesFormedCorrectly()
public void testWeightsAndBiasesUpdatedCorrectly()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |