I159 / go_deep

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

Separate output layer and hidden layer #4

Closed I159 closed 6 years ago

I159 commented 7 years ago

Output layer doesn't have weights. Hidden layer should be ended with weights instead of be started from weights. Logically correct design.