xor_untrained.net

来自「著名的神经网络工具箱」· NET 代码 · 共 60 行

NET
60
字号
SNNS network definition file V1.4-3D
generated at Thu Oct 20 09:24:35 1994

network name : xor_untrained
source files :
no. of units : 4
no. of connections : 5
no. of unit types : 2
no. of site types : 2


learning function : Std_Backpropagation
update function   : Topological_Order


site definition section :

 site name | site function
-----------|------------------
 inhibit   | Site_Pi
 excite    | Site_WeightedSum
-----------|------------------


type definition section :

name          | act func     | out func     |sites
--------------|--------------|--------------|---------
outType       | Act_Logistic | Out_Identity |
LongeroutType | Act_Logistic | Out_Identity |
--------------|--------------|--------------|---------


unit default section :

act      | bias     | st | subnet | layer | act func     | out func
---------|----------|----|--------|-------|--------------|-------------
 0.00000 |  0.00000 | h  |      0 |     1 | Act_Logistic | Out_Identity 
---------|----------|----|--------|-------|--------------|-------------


unit definition section :

no. | typeName      | unitName | act      | bias     | st | position | act func | out func | sites
----|---------------|----------|----------|----------|----|----------|----------|----------|---------
  1 |               | in_1     |  1.00000 |  0.21900 | i  | 3,5,0    |||
  2 |               | in_2     |  1.00000 |  0.11322 | i  | 9,5,0    |||
  3 |               | hidden   |  0.04728 |  0.18108 | h  | 6,3,0    |||
  4 |               | result   |  0.10377 | -0.95604 | o  | 6,0,0    |||
----|---------------|----------|----------|----------|----|----------|----------|----------|---------


connection definition section :

target | site    | source:weight
-------|---------|------------------------------------------------------------------------------------------------------------
     3 |         | 1: 0.49629, 2: 0.77465
     4 |         | 1:-0.64018, 2:-0.80468, 3: 0.07288
-------|---------|------------------------------------------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?