issues
search
junxnone
/
tio
Log
Other
10
stars
5
forks
source link
Keras - Activations
#705
Open
junxnone
opened
4 years ago
junxnone
commented
4 years ago
Activations
激活函数可以通过设置单独的激活层实现,也可以在构造层对象时通过传递activation参数实现
预定义激活函数
[ ] softmax
[ ] elu
[ ] selu
[ ] softplus
[ ] softsign
[ ] relu
[ ] tanh
[ ] sigmoid
[ ] hard_sigmoid
[ ] linear
[ ]
高级激活函数
junxnone
commented
4 years ago
9
Activations
激活函数可以通过设置单独的激活层实现,也可以在构造层对象时通过传递activation参数实现
预定义激活函数