activations
Following the suggestion from MikeInnes to use 'using Flux: crossentropy' instead 'Flux.crossentropy'
Makes the running of the basic examples smoother (Issue #262). crossentropy is not exported by Flus so, either explicit reference or explicit export should be add to run the examples.