export sigmoid

This commit is contained in:
Mike J Innes 2017-11-30 13:37:38 +00:00
parent 2d33f19346
commit 19039f4881

View File

@ -12,7 +12,7 @@ export Chain, Dense, RNN, LSTM, Dropout, LayerNorm,
param, params, mapleaves
using NNlib
export σ, relu, leakyrelu, elu, swish, softmax
export σ, sigmoid, relu, leakyrelu, elu, swish, softmax
include("tracker/Tracker.jl")
using .Tracker