I159 / go_deep

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

Keep activated outputs/inputs in a meta space regarding to layers #28

Open I159 opened 6 years ago

I159 commented 6 years ago

Scalar of activated output for a layer j is a input scalar for a layer j+1. Define a map on a network level and embed it in layers compositions as a map pointer, also cleanup it from a network.