I159 / go_deep

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

Overall weights count #1

Closed I159 closed 7 years ago

I159 commented 7 years ago

Overall layer weights count is currentLayerSize * nextLayerSize. For now it is not true - weights count is just == nextLayerSize.