⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 这是一个神经网络的开发工具
💻 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 + -