StackedML
Practice
Labs
Questions
Models
Pricing
Sign in
Questions
/
Deep Learning
/
Foundations
/
Perceptron
← Previous
Next →
594.
Perceptron Output Computation
easy
What is the output of a single perceptron given inputs x and weights w?
A
A binary value determined by whether the weighted sum of inputs plus bias exceeds a threshold
B
A probability value produced by applying the sigmoid function to the weighted sum of inputs
C
A continuous value equal to the dot product of weights and inputs without any activation applied
D
A probability distribution over classes produced by applying softmax to the weighted sum of inputs
Sign in to verify your answer
← Back to Questions