MCPcopy Create free account
hub / github.com/Jack-Cherish/Deep-Learning / __init__

Method __init__

Tutorial/lesson-7/recursive.py:20–39  ·  view source on GitHub ↗

递归神经网络构造函数 node_width: 表示每个节点的向量的维度 child_count: 每个父节点有几个子节点 activator: 激活函数对象 learning_rate: 梯度下降算法学习率

(self, node_width, child_count, 
                 activator, learning_rate)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected