Neural Net Bias per Layer or per Node (non-input node)
问题 I am looking to implement a generic Neural Net, with 1 Input Layer consisting of Input Nodes, 1 Output Layer consisting of Output Nodes, and N Hidden Layers consisting of Hidden Nodes. Nodes are organized into Layers, with the rule that Nodes in the same Layer cannot be connected. I mostly understand the concept of the Bias, and my question is this: Should there be one Bias value per Layer (shared by all nodes in that Layer) or should each Node (except Nodes in the Input Layer) have their own