📄 readme-visualstudio7.txt
字号:
annie - Neural Network Library
Visual Studio 7.0 (Visual Studio .NET) Solution README
http://annie.sourceforge.net/
Last Modified On:
January 13, 2003
Author(s):
Asim Shankar
=====================================================================
The project and solution files included are for Visual Studio 7.0.
Projects in this solution:
annie-libary: The core library.
Generates:
annied.lib (Debug)
annier.lib (Release)
in $(SolutionDir)..\lib\
bin2txt: Command-line utility to create a text-file of a given
training set in a binary-file.
Generates:
bin2txt.exe
in $(SolutionDir)..\bin\
exampleHopfield01: An example showing the use of a Hopfield Network to store patterns.
Generates:
exampleHopfield01.exe
in $(SolutionDir)..\bin\
exampleXOR: An example showing the use of a simple, two-layer, feed-forward network
trained to compute the XOR function using backpropagation.
Generates:
exampleXOR.exe
in $(SolutionDir)..\bin\
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 $(SolutionDir)..\bin\
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 $(SolutionDir)..\bin\
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -