I159 / go_deep

Neural network framework on pure Go
MIT License
1 stars 0 forks source link

From input to first hidden layer synapses #14

Closed I159 closed 6 years ago

I159 commented 6 years ago

The most of sources don't point that connection between input layer and hidden layer has no weights and just sum it's input and fairly propagate it forward. Moreover it looks like a potential cause of a tendency to greater excitability of some neurons.

Implement forward and backward propagation for neurons of the first layer.