|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimbad.piconode.debug.Devel
public class Devel
Constructor Summary | |
---|---|
Devel()
|
Method Summary | |
---|---|
static void |
launchExampleOne_InitialisingAndSignalFeedforwarding()
This example shows how to initialize and use a simple neural network with only feed-forwarding the signal through the net architecture. |
static void |
launchExampleThree_IntialisationAndLearningTheSinusFunction()
This example shows how to use simple for learning the sinus function with back-propagation and a simple one hidden layer neural network. |
static void |
launchExampleTwo_IntialisationAndLearningTheXorFunction()
This example shows how to use simple for learning the XOR operator with back-propagation and a simple one hidden layer neural network. |
static void |
main(java.lang.String[] args)
|
static void |
test()
This example shows how to use simple for learning the sinus function with back-propagation and a simple one hidden layer neural network. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Devel()
Method Detail |
---|
public static void launchExampleOne_InitialisingAndSignalFeedforwarding()
public static void launchExampleTwo_IntialisationAndLearningTheXorFunction()
public static void launchExampleThree_IntialisationAndLearningTheSinusFunction()
public static void test()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |