Discussion:
[theano-users] How can I define a customized active function in CNN?
z***@gmail.com
2017-08-17 12:27:23 UTC
Permalink
The active function in my CNN has the form:

abs(X)< tou f = 1.716tanh(0.667x)
x >= tou f = 1.716[tanh(2tou/3)+tanh'(2tou/3)(x-tou)]
x <= tou. f = 1.716[tanh(-2tou/3)+tanh'(-2tou/3)(x+tou)]

How can I achieve it in theano?
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...