Unify "activation" and "derivative" arrays-of-pointers-to-functions, into one #40
GiorgosXou
started this conversation in
Ideas
Replies: 1 comment
-
This won't effect the performance and the overall resources of NNs with disabled backpropagation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had this great idea that probably will reduce sketch-sizes who utilize multiple-activation-functions-per-layer-to-layer when backpropagation is enabled, by just merging
into one (using just a constant offset).
https://github.com/GiorgosXou/NeuralNetworks/blob/master/src/NeuralNetwork.h#L939-L947
Beta Was this translation helpful? Give feedback.
All reactions