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
This is what Theano do when used in Deep Learning with Python. We can do it by using packages from JuliaDiff to compute the derivatives instead of using a derivative dictionary. While this could cause some slowdown on differentiation (and at import, because we would depend on a package), this wouldn't be much, and would make much easier to extend the library with new cost/activation functions.
The text was updated successfully, but these errors were encountered:
This is what Theano do when used in Deep Learning with Python. We can do it by using packages from JuliaDiff to compute the derivatives instead of using a derivative dictionary. While this could cause some slowdown on differentiation (and at import, because we would depend on a package), this wouldn't be much, and would make much easier to extend the library with new cost/activation functions.
The text was updated successfully, but these errors were encountered: