Friday, January 29, 2021

Activation Functions in Keras


relu
sigmoidmainly used for binary classification
softmax
softplus
tanh
selu
elu
expoenential

No comments:

Post a Comment

MCP v2 changes things a lot for the developer

 As I go deep into MCP v2, overwhelming changes are being noticed: Session is being done away with. Logging is removed - all you can do is u...