Skip to content

Quick question - urgent help! #181

Answered by gauravreddy08
JoshK68 asked this question in Q&A
Discussion options

You must be logged in to vote

Glad that I could help !!

Usually in a Binary Classification problem output neuron is 1. Let's take an example of the Pizza/Steak problem.

  • If the output neuron value is between 0.0 and 0.5 its Pizza
  • If the output neuron value is between 0.5 and 1.0 its Steak

While on the other hand, Multi-class Classification uses several output neurons, where the no. output neurons = no. of classes

You could also use 2 output neurons in a binary classification problem. but you need to change the model's loss function from binary_crossentropy to categorical_crossentropy

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@JoshK68
Comment options

@gauravreddy08
Comment options

@gauravreddy08
Comment options

@JoshK68
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by JoshK68
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JoshK68
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants