?? readme.txt
字號:
XOR.java--------This example shows how to use Joone core engine writing Java code.Read the Developer Guide to learn in details how does work its source code.To runnit:java -cp joone-engine.jar org.joone.samples.xor.XOR <inputFile> <errorFile>where <inputFile> is the input file name (with its complete path) that contains the XOR truth table (xor.txt) <errorFile> is the output file name (with its complete path) that will contain the error values of the netXORMemory.java--------------Sample class to demostrate the use of the MemoryInputSynapse classto train the net with the patterns contained in a 2D array of doubles.To runnit:java -cp joone-engine.jar org.joone.samples.xor.XORMemoryEmbeddedXOR.java----------------This example shows the use of a neural network embedded in anotherapplication that gets the output from the MemoryOutputSynapse classgiving to the net a set of predefined input patterns using the MemoryInputSynapse class.To runnit:java -cp joone-engine.jar org.joone.samples.xor.EmbeddedXOR.java xor.snetwhere xor.snet is a serialized XOR neural network (i.e. obtained from theGUI editor with File->Export menu item)ImmediateEmbeddedXOR.java-------------------------This example shows the use of a neural network embedded in anotherapplication that gets the output from the MemoryOutputSynapse classgiving to the net only one input patterns each time, using the DirectSynapse class.To runnit:java -cp joone-engine.jar org.joone.samples.xor.ImmediateEmbeddedXOR.java xor.snetwhere xor.snet is a serialized XOR neural network (i.e. obtained from theGUI editor with File->Export menu item)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -