בן גוריון - Deep learning Deep Learning Quiz

לחץ כאן לכל השאלות

You are building a binary classifier for recognizing cucumbers (y=1) vs. watermelons (y=0). Which one of these activation functions would you recommend using for the output layer?

1
done
Note: The output value from a sigmoid function can be easily understood as a probability. Sigmoid outputs a value between 0 and 1 which makes it a very good choice for binary classification. You can classify as 0 if the output is less than 0.5 and classify as 1 if the output is more than 0.5. It can be done with tanh as well but it is less convenient as the output is between -1 and 1.
by
מיין לפי

* השאלה נוספה בתאריך: 22-06-2018