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

Method __init__

Tutorial/lesson-3/fc.py:6–23  ·  view source on GitHub ↗

构造函数 input_size: 本层输入向量的维度 output_size: 本层输出向量的维度 activator: 激活函数

(self, input_size, output_size, 
                 activator)

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