ugm2 / Deep-Learning-Workshop

Implementation of some of the main Deep Learning Algorithms with some examples
0 stars 0 forks source link

Activation Functions Abstraction #13

Closed ugm2 closed 3 years ago

ugm2 commented 3 years ago

Abstract activation functions from implementation in Neural Network as well as cost functions to be able to inject them properly when creating the network. This way we can swap activation functions however we want