-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many optimization to NN, expecialy ConvLayer and PoolLayer
- NN Layers are no longer mutable and are fully parametric - forward/backward passages can now be done on eltypes different than Float64, for example all the computation chanin can be made in Float32 - on many layers _zComp!(y,layer,x) replaces _zComp(layer,x), for convolutions also for de_dx and de_dw
- Loading branch information
1 parent
4e7c9ce
commit 98eb947
Showing
16 changed files
with
1,444 additions
and
734 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.