📄 readme-visualstudio6.txt
字号:
annie - Neural Network LibraryVisual Studio 6.0 Workspace READMEhttp://annie.sourceforge.net/Last Modified On: February 19, 2003 Author(s): Asim Shankar=====================================================================The project and workspace files included are for Visual Studio 6.0.Projects in this solution:$(annie) refers to the root annie folder (eg: c:\annie if you put all anniefiles there)annie_libary: The core library. Generates: annied.lib (Debug) annier.lib (Release) in $(annie)\lib\ bin2txt: Command-line utility to create a text-file of a given training set in a binary-file. Generates: bin2txt.exe in $(annie)\bin\ (Release) in $(annie)\obj\Debug\bin2txt\ (Debug) exampleHopfield01: An example showing the use of a Hopfield Network to store patterns. Generates: exampleHopfield01.exe in $(annie)\bin\ (Release) in $(annie)\obj\Debug\exampleHopfield01\ (Debug) exampleXOR: An example showing the use of a simple, two-layer, feed-forward network trained to compute the XOR function using backpropagation. Generates: in $(annie)\bin\ (Release) in $(annie)\obj\Debug\exampleXOR\ (Debug) Tester: A dump-site for testing various things out. Feel free to erase code in this project without affecting anything. trsetmerger: Command-line utility to add input vector/desired output vector pairs in one training set file to the existing pairs of another training set file. Both the training set files must be binary. Generates: trsetmerger.exe in $(annie)\bin\ (Release) in $(annie)\obj\Debug\trsetmerger\ (Debug) txt2bin: Command-line utility that does the precise opposite of bin2txt. Given a training set file in text format, converts it to binary format. Generates: txt2bin.exe in $(annie)\bin\ (Release) in $(annie)\obj\Debug\txt2bin\ (Debug)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -