Login
Remember
Register
Ask a Question
You are building a binary classifier for classifying output(y=1) vs. output(y=0). Which one of these activation functions would you recommend using for the output layer?
+1
vote
asked
Jan 28, 2020
in
Data Handling
by
rahuljain1
You are building a binary classifier for classifying output(y=1) vs. output(y=0). Which one of these activation functions would you recommend using for the output layer?
relu
tanh
leaky-relu
sigmoid
#binary-classifier
DataHandling-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 28, 2020
by
SakshiSharma
sigmoid
...