You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using constant to declare those activation functions.
I think it will be much better if we use static context instead to declare them.
Here I included the code in my gist as a reference.
The text was updated successfully, but these errors were encountered:
I agree with the idea that the activation functions should be moved into their own file. There are a ton of activation functions that have yet to be implemented because of the current limitations of the ActivationFunction class. The class itself will probably go through several changes in the future, especially if we are implementing activation functions with alpha and lambda values. Not to mention if we implement activations that go past a single-fold x, like the softmax and maxout activations.
We are currently using constant to declare those activation functions.
I think it will be much better if we use static context instead to declare them.
Here I included the code in my gist as a reference.
The text was updated successfully, but these errors were encountered: