更改

跳到导航 跳到搜索
添加9字节 、 2018年8月23日 (四) 22:59
第93行: 第93行:     
====连接和权重(Connections and weights)====
 
====连接和权重(Connections and weights)====
网络由连接组成,每个连接传递一个神经元的输出 <math>m</math> 到一个神经元的输入 <math> n </math>. 从这个角度来说, <math>m</math> 是 <math>n</math> 的前驱, <math> n </math> 是 <math>m</math> 的后继.每个连接被赋予一个权重 <math>w_{m n}</math>.
+
网络由连接组成,每个连接传递一个神经元的输出 <math>{i}</math> 到一个神经元的输入 <math>{j}</math>. 从这个角度来说, <math>{i}</math> 是 <math>{j}</math> 的前驱, <math>{j}</math> 是 <math>{i}</math> 的后继.每个连接被赋予一个权重 <math>{w_{ij}}</math>.
    
====传播函数(Propagation function)====
 
====传播函数(Propagation function)====

导航菜单