tf 2.0 --activations--elu

指數線性單元 參數 x: 輸入張量… alpha: 標量,負部分的斜率。 tf.keras.activations.elu( x, alpha=1.0 ) x if x > 0 and alpha * (exp(x)-1) if x < 0.
相關文章
相關標籤/搜索