-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Milchchan edited this page Apr 15, 2020
·
2 revisions
Activation function | Initializer |
---|---|
Sigmoid | Glorot (Xavier Initialization) |
Hyperbolic tangent | Glorot (Xavier Initialization) |
ReLU | He |
Binary classification | Multiclass classification | Regression | |
---|---|---|---|
Loss functions | Binary cross-entropy | Categorical cross-entropy | Mean squared error |
Activation functions | Sigmoid | Softmax | Identity |