📄 array.help
字号:
"array.cpp" Help File
Purpose: Use a bitmap and a SIGMOID
network to idenfity the digits from
0-9.
There are two extra functions. The first,
"SetRandomWeights" set's random weights
in the matrix of the layer passed as "in".
The second, "classifypattern", determines
the level of accuracy of the networks
guess as to what the number it read is.
This program uses a BITMAP to read the numbers
and then trains the network to classify the
individual pattnerns. It then adds some
static, or noise, to the bitmaps, and asks
the network to re-classify the patterns.
This is a very successful implementation of a
SIGMOID bitmap classification network.
~Panayiotis Thomakos
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -