I159 / go_deep

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

Don't trust incoming parameters #21

Closed I159 closed 6 years ago

I159 commented 6 years ago

Each method of each layer of neurons receives data vectors which should precisely appropriate to initial network settings. Each of these parameters should be checked and if it has unexpected shape - raise an error. Also settings should be checked too. Improvements:

  1. Easier debug
  2. Better customizing abilities
  3. Maintainability